Changeset 61637 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 02/13/2026 05:51:41 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r60728 r61637 1491 1491 $languages = array(); 1492 1492 1493 $path = is_null( $dir ) ? WP_LANG_DIR : $dir;1493 $path = $dir ?? WP_LANG_DIR; 1494 1494 $lang_files = $wp_textdomain_registry->get_language_files_from_path( $path ); 1495 1495
Note: See TracChangeset
for help on using the changeset viewer.