Changeset 31733 for trunk/src/wp-includes/feed.php
- Timestamp:
- 03/11/2015 10:48:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r30681 r31733 650 650 return $feed; 651 651 } 652 653 /** 654 * Convert emoji characters in a feed into static images. 655 * 656 * @param string $content The content to convert. 657 * 658 * @return The converted content. 659 */ 660 function feed_emoji( $content ) { 661 return wp_staticize_emoji( $content, true ); 662 }
Note: See TracChangeset
for help on using the changeset viewer.