From 064daacda625351ff41b35e3428c393794245943 Mon Sep 17 00:00:00 2001 From: Cor van Noorloos Date: Sat, 3 Nov 2012 23:02:36 +0100 Subject: [PATCH] Space before colon Minor formatting --- functions.php | 2 +- inc/template-tags.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 5067672a..ec76a940 100644 --- a/functions.php +++ b/functions.php @@ -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. * diff --git a/inc/template-tags.php b/inc/template-tags.php index c2f5bdf8..af0ca301 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -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 *