Changeset 51853 for trunk/src/wp-includes/compat.php
- Timestamp:
- 09/22/2021 11:33:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r51474 r51853 80 80 */ 81 81 function _mb_substr( $str, $start, $length = null, $encoding = null ) { 82 if ( null === $str ) { 83 return ''; 84 } 85 82 86 if ( null === $encoding ) { 83 87 $encoding = get_option( 'blog_charset' );
Note: See TracChangeset
for help on using the changeset viewer.