Changeset 15118
- Timestamp:
- 06/02/2010 09:11:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r15116 r15118 512 512 513 513 foreach( (array)glob( ( is_null( $dir) ? WP_LANG_DIR : $dir ) . '/*.mo' ) as $lang_file ) { 514 if ( false === strpos( $lang_file, 'continents-cities' ) ) {514 if ( false === strpos( $lang_file, 'continents-cities' ) && 0 !== strpos( $lang_file, 'ms-' ) ) 515 515 $languages[] = basename($lang_file, '.mo'); 516 }517 516 } 518 517
Note: See TracChangeset
for help on using the changeset viewer.