From 847b8b3723f840ac11ee92c848a74f1cdf4bef6b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 24 Sep 2012 18:39:05 +0000 Subject: [PATCH] Twenty Twelve: remove extra space left from r21976 change. git-svn-id: http://core.svn.wordpress.org/trunk@21977 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php index 534607b40f..b56e5ffa0f 100644 --- a/wp-content/themes/twentytwelve/archive.php +++ b/wp-content/themes/twentytwelve/archive.php @@ -31,7 +31,7 @@ get_header(); ?> } elseif ( is_category() ) { printf( __( 'Category Archives: %s', 'twentytwelve' ), '' . single_cat_title( '', false ) . '' ); } else { - _e( ' Archives', 'twentytwelve' ); + _e( 'Archives', 'twentytwelve' ); } ?>