Changeset 18532
- Timestamp:
- 08/11/2011 04:45:14 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r17751 r18532 1289 1289 } 1290 1290 } 1291 $ wp_embed= new WP_Embed();1291 $GLOBALS['wp_embed'] = new WP_Embed(); 1292 1292 1293 1293 /** -
trunk/wp-includes/widgets.php
r18096 r18532 386 386 * Private 387 387 */ 388 $ _wp_deprecated_widgets_callbacks= array(388 $GLOBALS['_wp_deprecated_widgets_callbacks'] = array( 389 389 'wp_widget_pages', 390 390 'wp_widget_pages_control', -
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.