Ticket #13706: filter-ms.patch
| File filter-ms.patch, 549 bytes (added by ocean90, 3 years ago) |
|---|
-
wp-includes/l10n.php
511 511 $languages = array(); 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' ) && false === strpos( $lang_file, 'ms-' ) ) { 515 515 $languages[] = basename($lang_file, '.mo'); 516 516 } 517 517 }
