Space before colon
Minor formatting
This commit is contained in:
parent
152ae262eb
commit
064daacda6
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue