Changeset 33734 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r33700 r33734 341 341 $sentences = explode( $open_quote, $haystack ); 342 342 343 foreach ( $sentences as $key => &$sentence ) {343 foreach ( $sentences as $key => &$sentence ) { 344 344 if ( false === strpos( $sentence, $needle ) ) { 345 345 continue; … … 4443 4443 if ( preg_match_all( $regex, $content, $matches ) ) { 4444 4444 if ( ! empty( $matches[1] ) ) { 4445 foreach ( $matches[1] as $emoji ) {4445 foreach ( $matches[1] as $emoji ) { 4446 4446 /* 4447 4447 * UTF-32's hex encoding is the same as HTML's hex encoding.
Note: See TracChangeset
for help on using the changeset viewer.