Changeset 130397
- Timestamp:
- 06/29/2009 11:04:34 AM (17 years ago)
- Location:
- tango-smilies/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
tango-smilies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tango-smilies/trunk/readme.txt
r125468 r130397 3 3 Tags: smilies, emotes, emoticons, filter, tango, gnome, wpmu, PNG, GIF 4 4 Requires at least: 2.8 5 Tested up to: 2.8 6 Stable tag: 3. 05 Tested up to: 2.8.1 6 Stable tag: 3.1 7 7 8 8 Replace the blocky default (GIF) smilies with beautiful Tango/GNOME (PNG) smilies. -
tango-smilies/trunk/tango-smilies.php
r125497 r130397 105 105 ); 106 106 107 // can only include smilies with "/" after core fix108 /*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', '>=') ) { 109 109 $wpsmiliestrans += array( 110 110 ':-/' => 'face-uncertain.png', 111 111 ':/' => 'face-uncertain.png', 112 112 ); 113 } */113 } 114 114 115 115 // Content filters to fix image URLs
Note: See TracChangeset
for help on using the changeset viewer.