Changeset 20600
- Timestamp:
- 04/25/2012 09:30:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r20551 r20600 1580 1580 require( ABSPATH . WPINC . '/class-wp-customize.php' ); 1581 1581 // Init Customize class 1582 // @todo Dependency injection instead 1583 $GLOBALS['customize'] = new WP_Customize; 1582 $GLOBALS['wp_customize'] = new WP_Customize; 1584 1583 } 1585 1584 add_action( 'plugins_loaded', '_wp_customize_include' );
Note: See TracChangeset
for help on using the changeset viewer.