Changeset 41045 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/14/2017 11:49:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r41043 r41045 5291 5291 if ( 'codepoints' === $type && ( ! defined( 'PCRE_VERSION' ) || version_compare( PCRE_VERSION, '8.32', '<=' ) ) ) { 5292 5292 return '/( 5293 \xE2\x98[\x80-\xFF] # Symbols 5294 | \xE2\x99[\x00-\xFF] 5295 | [\xE3-\xED][\x00-\xFF]{2} 5293 \xE2\x99[\x80-\x82] # Male and female symbols 5296 5294 | [\x23\x30-\x39]\xE2\x83\xA3 # Digits 5297 5295 | \xF0\x9F[\x85-\x88][\xA6-\xBF] # Enclosed characters
Note: See TracChangeset
for help on using the changeset viewer.