Renaming inc/tweaks.php to inc/extras.php and including by default in functions.php

This commit is contained in:
Konstantin Kovshenin 2012-09-14 20:43:20 +04:00
parent 0b8fc2e601
commit b01b14a467
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function _s_setup() {
/** /**
* Custom functions that act independently of the theme templates * 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 * Custom Theme Options