Ticket #20465: theme.php.patch
| File theme.php.patch, 351 bytes (added by mattonomics, 13 months ago) |
|---|
-
theme.php
1578 1578 require( ABSPATH . WPINC . '/class-wp-customize.php' ); 1579 1579 // Init Customize class 1580 1580 // @todo Dependency injection instead 1581 $GLOBALS[' customize'] = new WP_Customize;1581 $GLOBALS['wp_customize'] = new WP_Customize; 1582 1582 } 1583 1583 add_action( 'plugins_loaded', '_wp_customize_include' ); 1584 1584
