From 2540fb7b7f6a221bce303d8fccd06349c853a250 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sat, 1 Nov 2014 07:09:58 +0700 Subject: [PATCH] Better WordPress Coding standards. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This minor commit kicks off code improvements to _s so that it’s fully in line with WordPress Coding Standards rules. --- content.php | 4 ++-- inc/custom-header.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content.php b/content.php index bfc26305..15f51bc8 100644 --- a/content.php +++ b/content.php @@ -19,7 +19,7 @@ →', '_s' ), + __( 'Continue reading %s ', '_s' ), the_title( '"', '"', false ) ) ); ?> @@ -35,4 +35,4 @@ - + \ No newline at end of file diff --git a/inc/custom-header.php b/inc/custom-header.php index 289129db..03bdbe75 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -69,7 +69,7 @@ function _s_header_style() { ?> .site-title a, .site-description { - color: #; + color: #; } @@ -123,4 +123,4 @@ function _s_admin_header_image() {