Make WordPress Core

Changeset 15118


Ignore:
Timestamp:
06/02/2010 09:11:37 PM (15 years ago)
Author:
nacin
Message:

Let's not emphasize that multisite might as well be its own language. fixes #13706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/l10n.php

    r15116 r15118  
    512512
    513513    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-' ) )
    515515            $languages[] = basename($lang_file, '.mo');
    516         }
    517516    }
    518517
Note: See TracChangeset for help on using the changeset viewer.