Changeset 47902 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/03/2020 05:38:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47838 r47902 6628 6628 6629 6629 if ( is_null( $overloaded ) ) { 6630 $overloaded = function_exists( 'mb_internal_encoding' ) && ( ini_get( 'mbstring.func_overload' ) & 2 ); 6630 $overloaded = function_exists( 'mb_internal_encoding' ) && ( ini_get( 'mbstring.func_overload' ) & 2 ); // phpcs:ignore PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated 6631 6631 } 6632 6632
Note: See TracChangeset
for help on using the changeset viewer.