Changeset 57387
- Timestamp:
- 01/30/2024 02:08:20 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n/class-wp-translation-file.php
r57386 r57387 214 214 * Fall back to looking up just "Product" to support this edge case. 215 215 */ 216 foreach ( $this->entries as $key => $value ) {216 foreach ( $this->entries as $key => $value ) { 217 217 if ( str_starts_with( $key, $text . "\0" ) ) { 218 218 $parts = explode( "\0", $value );
Note: See TracChangeset
for help on using the changeset viewer.