From c7d3e37fc62910126b4385c86e074755e86640a1 Mon Sep 17 00:00:00 2001 From: obenland Date: Fri, 30 Nov 2012 09:13:05 -0800 Subject: [PATCH] s/theme-customizer/customizer --- functions.php | 4 ++-- inc/{theme-customizer.php => customizer.php} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename inc/{theme-customizer.php => customizer.php} (100%) diff --git a/functions.php b/functions.php index 049d1735..14e2b00c 100644 --- a/functions.php +++ b/functions.php @@ -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 diff --git a/inc/theme-customizer.php b/inc/customizer.php similarity index 100% rename from inc/theme-customizer.php rename to inc/customizer.php