Merge pull request #102 from corvannoorloos/master

Add a space before colons. props @corvannoorloos
This commit is contained in:
Michael Fields 2012-11-03 15:20:16 -07:00
commit 706f688b14
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
if ( ! isset( $content_width ) )
$content_width = 640; /* pixels */
if ( ! function_exists( '_s_setup' ) ):
if ( ! function_exists( '_s_setup' ) ) :
/**
* Sets up theme defaults and registers support for various WordPress features.
*

View File

@ -8,7 +8,7 @@
* @since _s 1.0
*/
if ( ! function_exists( '_s_content_nav' ) ):
if ( ! function_exists( '_s_content_nav' ) ) :
/**
* Display navigation to next/previous pages when applicable
*