Changeset 20788
- Timestamp:
- 05/14/2012 05:58:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r20648 r20788 541 541 foreach( (array)glob( ( is_null( $dir) ? WP_LANG_DIR : $dir ) . '/*.mo' ) as $lang_file ) { 542 542 $lang_file = basename($lang_file, '.mo'); 543 if ( 0 !== strpos( $lang_file, 'continents-cities' ) && 0 !== strpos( $lang_file, 'ms-' ) ) 543 if ( 0 !== strpos( $lang_file, 'continents-cities' ) && 0 !== strpos( $lang_file, 'ms-' ) && 544 0 !== strpos( $lang_file, 'admin-' )) 544 545 $languages[] = $lang_file; 545 546 }
Note: See TracChangeset
for help on using the changeset viewer.