Changeset 58922
- Timestamp:
- 08/22/2024 08:06:05 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n/class-wp-translation-file-mo.php
r57763 r58922 155 155 if ( '' === $original ) { 156 156 foreach ( explode( "\n", $translation ) as $meta_line ) { 157 if ( '' === $meta_line ) {157 if ( '' === $meta_line || ! str_contains( $meta_line, ':' ) ) { 158 158 continue; 159 159 }
Note: See TracChangeset
for help on using the changeset viewer.