forked from mirror/_s
s/theme-customizer/customizer
This commit is contained in:
parent
181c363800
commit
c7d3e37fc6
|
@ -37,9 +37,9 @@ function _s_setup() {
|
||||||
require( get_template_directory() . '/inc/extras.php' );
|
require( get_template_directory() . '/inc/extras.php' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Theme Customizer additions
|
* Customizer additions
|
||||||
*/
|
*/
|
||||||
require( get_template_directory() . '/inc/theme-customizer.php' );
|
require( get_template_directory() . '/inc/customizer.php' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WordPress.com-specific functions and definitions
|
* WordPress.com-specific functions and definitions
|
||||||
|
|
Reference in New Issue