Ticket #17749: 17749.diff
File 17749.diff, 469 bytes (added by , 13 years ago) |
---|
-
wp-settings.php
diff --git wp-settings.php wp-settings.php index d003424..6c5346f 100644
require( ABSPATH . WPINC . '/locale.php' ); 275 275 * @global object $wp_locale 276 276 * @since 2.1.0 277 277 */ 278 $ wp_locale= new WP_Locale();278 $GLOBALS['wp_locale'] = new WP_Locale(); 279 279 280 280 // Load the functions for the active theme, for both parent and child theme if applicable. 281 281 if ( ! defined( 'WP_INSTALLING' ) || 'wp-activate.php' === $pagenow ) {