Changeset 49193 for trunk/src/wp-includes/compat.php
- Timestamp:
- 10/18/2020 05:25:10 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r48109 r49193 128 128 } while ( count( $pieces ) > 1 && $str = array_pop( $pieces ) ); 129 129 130 return join( '', array_slice( $chars, $start, $length ) );130 return implode( '', array_slice( $chars, $start, $length ) ); 131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.