Skip to content

Commit

Permalink
Updating to use Hybrid Core 1.0.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid/trunk@819 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Sep 1, 2011
1 parent f6ea209 commit fce0d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @package Hybrid
* @subpackage Functions
* @version 0.9.0
* @version 1.0.0
* @author Justin Tadlock <justin@justintadlock.com>
* @copyright Copyright (c) 2008 - 2011, Justin Tadlock
* @link http://themehybrid.com/themes/hybrid
Expand Down Expand Up @@ -51,9 +51,7 @@ function hybrid_theme_setup_theme() {
add_theme_support( 'hybrid-core-sidebars', array( 'primary', 'secondary', 'subsidiary', 'before-content', 'after-content', 'after-singular' ) );
add_theme_support( 'hybrid-core-widgets' );
add_theme_support( 'hybrid-core-shortcodes' );
add_theme_support( 'hybrid-core-post-meta-box' );
add_theme_support( 'hybrid-core-theme-settings' );
add_theme_support( 'hybrid-core-meta-box-footer' );
add_theme_support( 'hybrid-core-theme-settings', array( 'about', 'footer' ) );
add_theme_support( 'hybrid-core-drop-downs' );
add_theme_support( 'hybrid-core-seo' );
add_theme_support( 'hybrid-core-template-hierarchy' );
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fce0d02

Please sign in to comment.