From 4963aee660cb20c3454ee17e1472676cde565dbe Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 1 Dec 2022 21:51:48 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@54922 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyten/author.php | 2 +- src/wp-content/themes/twentyten/footer.php | 2 +- src/wp-content/themes/twentyten/header.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyten/author.php b/src/wp-content/themes/twentyten/author.php index 8fdd6a4632..469d7b07cf 100644 --- a/src/wp-content/themes/twentyten/author.php +++ b/src/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/src/wp-content/themes/twentyten/footer.php b/src/wp-content/themes/twentyten/footer.php index 07f5d118e2..4fb89116ad 100644 --- a/src/wp-content/themes/twentyten/footer.php +++ b/src/wp-content/themes/twentyten/footer.php @@ -24,7 +24,7 @@ ?>
- + < id="site-title"> - + >
@@ -112,7 +112,7 @@ if ( is_singular() && get_option( 'thread_comments' ) ) {