Changeset 57922 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 04/04/2024 01:36:25 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r57639 r57922 1190 1190 $relative = explode( '/', $relative ); 1191 1191 1192 $languages_path = WP_LANG_DIR . '/ ' . $relative[0];1192 $languages_path = WP_LANG_DIR . '/plugins'; 1193 1193 1194 1194 $relative = array_slice( $relative, 2 ); // Remove plugins/<plugin name> or themes/<theme name>.
Note: See TracChangeset
for help on using the changeset viewer.