Plugin Directory

Changeset 219109


Ignore:
Timestamp:
03/18/2010 05:12:42 PM (16 years ago)
Author:
tychay
Message:

ifrankhamm and Joanna are on PHP 4. Modify so it works for them.

Location:
img-mouseover/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • img-mouseover/trunk/img-mouseover.php

    r204778 r219109  
    44Plugin Name:  Image Mouseover
    55Plugin URI:   http://terrychay.com/wordpress-plugins/img-mouseover/
    6 Version:      1.1
     6Version:      1.2
    77Description:  Allows you to have img mouseovers on the page without resorting to javascript. Just class="mouseover" oversrc="URL_TO_MOUSEOVER"
    88Author:       tychay
     
    1313class ImgMouseover {
    1414    // {{{ + init()
    15     static function init() {
     15    function init() {
    1616        // Load the locale script
    1717        wp_enqueue_script( 'img-mouseover', plugins_url( 'img-mouseover.js', __FILE__ ) , array( 'jquery' ), '20100209' );
  • img-mouseover/trunk/readme.txt

    r204778 r219109  
    3535== ChangeLog ==
    3636
     37**Version 1.2**
     38
     39* Fixed bug that required PHP 5 in order to run.
     40
    3741**Version 1.1**
    3842
Note: See TracChangeset for help on using the changeset viewer.