From b01b14a4673ec7f917db309aa454ef3e83c6331a Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Fri, 14 Sep 2012 20:43:20 +0400 Subject: [PATCH] Renaming inc/tweaks.php to inc/extras.php and including by default in functions.php --- functions.php | 2 +- inc/{tweaks.php => extras.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename inc/{tweaks.php => extras.php} (100%) diff --git a/functions.php b/functions.php index 5067672a..4649ce4b 100644 --- a/functions.php +++ b/functions.php @@ -34,7 +34,7 @@ function _s_setup() { /** * Custom functions that act independently of the theme templates */ - //require( get_template_directory() . '/inc/tweaks.php' ); + require( get_template_directory() . '/inc/extras.php' ); /** * Custom Theme Options diff --git a/inc/tweaks.php b/inc/extras.php similarity index 100% rename from inc/tweaks.php rename to inc/extras.php