Twenty Twelve: remove extra space left from r21976 change.

git-svn-id: http://core.svn.wordpress.org/trunk@21977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-24 18:39:05 +00:00
parent a5f428118d
commit 10fb692ff5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ get_header(); ?>
} elseif ( is_category() ) {
printf( __( 'Category Archives: %s', 'twentytwelve' ), '<span>' . single_cat_title( '', false ) . '</span>' );
} else {
_e( ' Archives', 'twentytwelve' );
_e( 'Archives', 'twentytwelve' );
}
?></h1>