Make WordPress Core

Changeset 4588


Ignore:
Timestamp:
12/03/2006 09:09:24 PM (18 years ago)
Author:
matt
Message:

Apply filter on locale, fixes #2383

File:
1 edited

Legend:

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

    r4495 r4588  
    44
    55    if (isset($locale))
    6         return $locale;
     6        return apply_filters( 'locale', $locale );
    77
    88    // WPLANG is defined in wp-config.
Note: See TracChangeset for help on using the changeset viewer.