forked from mirror/_s
parent
152ae262eb
commit
064daacda6
|
@ -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
|
||||
*
|
||||
|
|
Reference in New Issue