Changeset 31791 for trunk/src/wp-includes/feed.php
- Timestamp:
- 03/16/2015 10:45:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r31733 r31791 654 654 * Convert emoji characters in a feed into static images. 655 655 * 656 * @ignore 657 * @since 4.2.0 658 * 656 659 * @param string $content The content to convert. 657 *658 660 * @return The converted content. 659 661 */ 660 function feed_emoji( $content ) {662 function _wp_staticize_emoji_for_feeds( $content ) { 661 663 return wp_staticize_emoji( $content, true ); 662 664 }
Note: See TracChangeset
for help on using the changeset viewer.