-

' . get_search_query() . '' ); ?>

+

+ ' . get_search_query() . '' ); + ?> +

' . single_tag_title( '', false ) . '' ); ?>

diff --git a/wp-content/themes/twentythirteen/archive.php b/wp-content/themes/twentythirteen/archive.php index 4fc29f5b2a..c1f4b0544e 100644 --- a/wp-content/themes/twentythirteen/archive.php +++ b/wp-content/themes/twentythirteen/archive.php @@ -26,16 +26,19 @@ get_header(); ?>

+ } elseif ( is_month() ) { + /* translators: %s: date */ + printf( __( 'Monthly Archives: %s', 'twentythirteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentythirteen' ) ) ); + } elseif ( is_year() ) { + /* translators: %s: date */ + printf( __( 'Yearly Archives: %s', 'twentythirteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentythirteen' ) ) ); + } else { + _e( 'Archives', 'twentythirteen' ); + } + ?>

diff --git a/wp-content/themes/twentythirteen/author-bio.php b/wp-content/themes/twentythirteen/author-bio.php index 690cfc0cb5..852cb22819 100644 --- a/wp-content/themes/twentythirteen/author-bio.php +++ b/wp-content/themes/twentythirteen/author-bio.php @@ -23,11 +23,19 @@ ?>