Changeset 18532 for trunk/wp-settings.php
- Timestamp:
- 08/11/2011 04:45:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r18450 r18532 104 104 // Run the installer if WordPress is not installed. 105 105 wp_not_installed(); 106 106 107 107 108 // Load most of WordPress. … … 250 251 * @since 2.8.0 251 252 */ 252 $ wp_widget_factory= new WP_Widget_Factory();253 $GLOBALS['wp_widget_factory'] = new WP_Widget_Factory(); 253 254 254 255 do_action( 'setup_theme' );
Note: See TracChangeset
for help on using the changeset viewer.