forked from mirror/_s
Renaming inc/tweaks.php to inc/extras.php and including by default in functions.php
This commit is contained in:
parent
0b8fc2e601
commit
b01b14a467
|
@ -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
|
||||||
|
|
Reference in New Issue