Changeset 219109
- Timestamp:
- 03/18/2010 05:12:42 PM (16 years ago)
- Location:
- img-mouseover/trunk
- Files:
-
- 2 edited
-
img-mouseover.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
img-mouseover/trunk/img-mouseover.php
r204778 r219109 4 4 Plugin Name: Image Mouseover 5 5 Plugin URI: http://terrychay.com/wordpress-plugins/img-mouseover/ 6 Version: 1. 16 Version: 1.2 7 7 Description: Allows you to have img mouseovers on the page without resorting to javascript. Just class="mouseover" oversrc="URL_TO_MOUSEOVER" 8 8 Author: tychay … … 13 13 class ImgMouseover { 14 14 // {{{ + init() 15 staticfunction init() {15 function init() { 16 16 // Load the locale script 17 17 wp_enqueue_script( 'img-mouseover', plugins_url( 'img-mouseover.js', __FILE__ ) , array( 'jquery' ), '20100209' ); -
img-mouseover/trunk/readme.txt
r204778 r219109 35 35 == ChangeLog == 36 36 37 **Version 1.2** 38 39 * Fixed bug that required PHP 5 in order to run. 40 37 41 **Version 1.1** 38 42
Note: See TracChangeset
for help on using the changeset viewer.