From 4b17b129dd0b0e96d64159c8af07b305699595aa Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 1 Dec 2022 21:53:13 +0000 Subject: [PATCH] Twenty Ten: Remove unwanted `title` attributes. This changeset removes `title` attributes from various links, as they add redundant information. Follow-up to [53844]. Props sabernhardt, costdev, mukesh27. See #57199, #24766, #24203. Built from https://develop.svn.wordpress.org/trunk@54922 git-svn-id: http://core.svn.wordpress.org/trunk@54474 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/author.php | 2 +- wp-content/themes/twentyten/footer.php | 2 +- wp-content/themes/twentyten/header.php | 4 ++-- wp-includes/version.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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' ) ) {