Changeset 31847 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 03/20/2015 12:31:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r31791 r31847 4200 4200 */ 4201 4201 function _wp_staticize_emoji_for_email( $mail ) { 4202 $mail['message'] = wp_staticize_emoji( $mail['message'], true ); 4202 if ( isset( $mail['message'] ) ) { 4203 $mail['message'] = wp_staticize_emoji( $mail['message'], true ); 4204 } 4203 4205 return $mail; 4204 4206 }
Note: See TracChangeset
for help on using the changeset viewer.