diff --git a/wp-content/themes/twentyten/author.php b/wp-content/themes/twentyten/author.php index 8fdd6a4632..469d7b07cf 100644 --- a/wp-content/themes/twentyten/author.php +++ b/wp-content/themes/twentyten/author.php @@ -29,7 +29,7 @@ if ( have_posts() ) {

' . get_the_author() . '' ); + printf( __( 'Author Archives: %s', 'twentyten' ), '' . get_the_author() . '' ); ?>

diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php index 07f5d118e2..4fb89116ad 100644 --- a/wp-content/themes/twentyten/footer.php +++ b/wp-content/themes/twentyten/footer.php @@ -24,7 +24,7 @@ ?>
- + < id="site-title"> - + >
@@ -112,7 +112,7 @@ if ( is_singular() && get_option( 'thread_comments' ) ) {