Skip to content

Commit

Permalink
Rename general.php to template-general.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Nov 4, 2013
1 parent d5a3dfe commit 5055409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions hybrid.php
Expand Up @@ -158,9 +158,6 @@ function core() {
/* Load the framework customize functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'customize.php' );

/* Load the general template functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'general.php' );

/* Load the <head> functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'head.php' );

Expand Down Expand Up @@ -253,6 +250,9 @@ function functions() {
/* Load the comments functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'template-comments.php' );

/* Load the general template functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'template-general.php' );

/* Load media-related functions. */
require_once( trailingslashit( HYBRID_FUNCTIONS ) . 'media.php' );

Expand Down

0 comments on commit 5055409

Please sign in to comment.