s/theme-customizer/customizer
This commit is contained in:
parent
181c363800
commit
c7d3e37fc6
2 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ function _s_setup() {
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue