diff --git a/hybrid.php b/hybrid.php index eb28cfd0..af5e06af 100644 --- a/hybrid.php +++ b/hybrid.php @@ -1,5 +1,7 @@ + * @copyright Copyright (c) 2008 - 2010, Justin Tadlock + * @link http://themehybrid.com + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ /** @@ -74,7 +75,7 @@ function __construct() { /* Define framework, parent theme, and child theme constants. */ add_action( 'after_setup_theme', array( &$this, 'constants' ), 1 ); - /* Load the core theme functions required by the rest of the framework. */ + /* Load the core functions required by the rest of the framework. */ add_action( 'after_setup_theme', array( &$this, 'core' ), 2 ); /* Language functions and translations setup. */ @@ -99,7 +100,7 @@ function __construct() { /** * Defines the constant paths for use within the core framework, parent theme, and * child theme. Constants prefixed with 'HYBRID_' are for use only within the core - * framework and don't reference other areas of the theme. + * framework and don't reference other areas of the parent or child theme. * * @since 0.7.0 */