Changeset 51032 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/26/2021 04:04:50 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r50965 r51032 6863 6863 6864 6864 if ( is_null( $overloaded ) ) { 6865 $overloaded = function_exists( 'mb_internal_encoding' ) && ( ini_get( 'mbstring.func_overload' ) & 2 ); // phpcs:ignore PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated 6865 if ( function_exists( 'mb_internal_encoding' ) 6866 && ( (int) ini_get( 'mbstring.func_overload' ) & 2 ) // phpcs:ignore PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated 6867 ) { 6868 $overloaded = true; 6869 } else { 6870 $overloaded = false; 6871 } 6866 6872 } 6867 6873
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)