Skip to content

Commit

Permalink
Inline doc updates.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid-core/trunk@992 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Feb 22, 2012
1 parent 44011e4 commit 823e961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hybrid.php
Expand Up @@ -235,7 +235,7 @@ function functions() {
/* Load the menus functions if supported. */
require_if_theme_supports( 'hybrid-core-menus', trailingslashit( HYBRID_FUNCTIONS ) . 'menus.php' );

/* Load the core SEO component if supported and WPSEO_VERSION isn't defined. */
/* Load the core SEO component if supported. */
require_if_theme_supports( 'hybrid-core-seo', trailingslashit( HYBRID_FUNCTIONS ) . 'core-seo.php' );

/* Load the shortcodes if supported. */
Expand Down Expand Up @@ -264,13 +264,13 @@ function functions() {
*/
function extensions() {

/* Load the Breadcrumb Trail extension if supported and the plugin isn't active. */
/* Load the Breadcrumb Trail extension if supported. */
require_if_theme_supports( 'breadcrumb-trail', trailingslashit( HYBRID_EXTENSIONS ) . 'breadcrumb-trail.php' );

/* Load the Cleaner Gallery extension if supported and the plugin isn't active. */
/* Load the Cleaner Gallery extension if supported. */
require_if_theme_supports( 'cleaner-gallery', trailingslashit( HYBRID_EXTENSIONS ) . 'cleaner-gallery.php' );

/* Load the Get the Image extension if supported and the plugin isn't active. */
/* Load the Get the Image extension if supported. */
require_if_theme_supports( 'get-the-image', trailingslashit( HYBRID_EXTENSIONS ) . 'get-the-image.php' );

/* Load the Cleaner Caption extension if supported. */
Expand Down

0 comments on commit 823e961

Please sign in to comment.