Changeset 54351 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 09/28/2022 10:17:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r54349 r54351 1066 1066 } 1067 1067 1068 if ( is_string( $path ) ) { 1069 $path = untrailingslashit( $path ); 1070 } 1071 1068 $path = untrailingslashit( $path ); 1072 1069 $locale = determine_locale(); 1073 1070
Note: See TracChangeset
for help on using the changeset viewer.