Plugin Directory

Changeset 130397


Ignore:
Timestamp:
06/29/2009 11:04:34 AM (17 years ago)
Author:
jdub
Message:

allow smilies with '/' after 2.8.1

Location:
tango-smilies/trunk
Files:
2 edited

Legend:

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

    r125468 r130397  
    33Tags: smilies, emotes, emoticons, filter, tango, gnome, wpmu, PNG, GIF
    44Requires at least: 2.8
    5 Tested up to: 2.8
    6 Stable tag: 3.0
     5Tested up to: 2.8.1
     6Stable tag: 3.1
    77
    88Replace the blocky default (GIF) smilies with beautiful Tango/GNOME (PNG) smilies.
  • tango-smilies/trunk/tango-smilies.php

    r125497 r130397  
    105105        );
    106106
    107         // can only include smilies with "/" after core fix
    108         /*if ( version_compare($wp_version, '2.8.1', '>=') ) {
     107        // can only include smilies with "/" after 2.8.1 (see #9955)
     108        if ( version_compare($wp_version, '2.8.1', '>=') ) {
    109109            $wpsmiliestrans += array(
    110110              ':-/' => 'face-uncertain.png',
    111111               ':/' => 'face-uncertain.png',
    112112            );
    113         }*/
     113        }
    114114
    115115        // Content filters to fix image URLs
Note: See TracChangeset for help on using the changeset viewer.