Plugin Directory

Changeset 130446


Ignore:
Timestamp:
06/29/2009 03:36:19 PM (17 years ago)
Author:
jdub
Message:

version_compare against 2.8.1-beta1

Location:
tango-smilies/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tango-smilies/trunk/readme.txt

    r130397 r130446  
    44Requires at least: 2.8
    55Tested up to: 2.8.1
    6 Stable tag: 3.1
     6Stable tag: 3.2
    77
    88Replace the blocky default (GIF) smilies with beautiful Tango/GNOME (PNG) smilies.
  • tango-smilies/trunk/tango-smilies.php

    r130397 r130446  
    44Plugin URI: http://wordpress.org/extend/plugins/tango-smilies/
    55Description: Replace the blocky default (GIF) smilies with beautiful Tango/GNOME (PNG) smilies.
    6 Version: 3.0
     6Version: 3.2
    77Author: Jeff Waugh
    88Author URI: http://bethesignal.org/
     
    105105        );
    106106
    107         // can only include smilies with "/" after 2.8.1 (see #9955)
    108         if ( version_compare($wp_version, '2.8.1', '>=') ) {
     107        // can only include smilies with "/" after 2.8.1-beta1 (see #9955)
     108        if ( version_compare($wp_version, '2.8.1-beta1', '>=') ) {
    109109            $wpsmiliestrans += array(
    110110              ':-/' => 'face-uncertain.png',
Note: See TracChangeset for help on using the changeset viewer.