Changeset 45611 for trunk/src/wp-includes/compat.php
- Timestamp:
- 07/09/2019 05:44:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r45602 r45611 36 36 37 37 if ( 'reset' === $utf8_pcre ) { 38 // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged -- intentional error generated to detect PCRE/u support. 38 39 $utf8_pcre = @preg_match( '/^./u', 'a' ); 39 40 }
Note: See TracChangeset
for help on using the changeset viewer.