Merge pull request #79 from kovshenin/patch-11

* Introduces a filter for wp_title instead of hard-coding things in header.php
* Renames inc/tweaks.php to inc/extras.php
* Includes inc/extras.php by default in functions.php

See #12, #13, #33
This commit is contained in:
Konstantin Obenland 2012-11-28 09:24:23 -08:00
commit ba4af1262a
3 changed files with 31 additions and 24 deletions

View file

@ -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