Make WordPress Core


Ignore:
Timestamp:
09/22/2011 10:49:30 PM (13 years ago)
Author:
nacin
Message:

Explicitly globalize wp_locale for the UT framework. props scribu, fixes #17749.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r18549 r18756  
    276276 * @since 2.1.0
    277277 */
    278 $wp_locale = new WP_Locale();
     278$GLOBALS['wp_locale'] = new WP_Locale();
    279279
    280280// Load the functions for the active theme, for both parent and child theme if applicable.
Note: See TracChangeset for help on using the changeset viewer.