Changeset 31791 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 03/16/2015 10:45:29 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r31790 r31791 4193 4193 * Convert emoji in emails into static images. 4194 4194 * 4195 * @ignore 4195 4196 * @since 4.2.0 4196 4197 * … … 4198 4199 * @return array The email data array, with emoji in the message staticized. 4199 4200 */ 4200 function mail_emoji( $mail ) {4201 function _wp_staticize_emoji_for_email( $mail ) { 4201 4202 $mail['message'] = wp_staticize_emoji( $mail['message'], true ); 4202 4203 return $mail;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)