Changeset 32161 for trunk/src/wp-includes/feed.php
- Timestamp:
- 04/20/2015 04:14:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r31791 r32161 650 650 return $feed; 651 651 } 652 653 /**654 * Convert emoji characters in a feed into static images.655 *656 * @ignore657 * @since 4.2.0658 *659 * @param string $content The content to convert.660 * @return The converted content.661 */662 function _wp_staticize_emoji_for_feeds( $content ) {663 return wp_staticize_emoji( $content, true );664 }
Note: See TracChangeset
for help on using the changeset viewer.