From 74a83fd163a12a4ffca5a35a1456c757eb39c320 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 1 Dec 2022 22:06:13 +0000 Subject: [PATCH] Twenty Twelve: 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@54924 git-svn-id: http://core.svn.wordpress.org/trunk@54476 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/author.php | 2 +- wp-content/themes/twentytwelve/header.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentytwelve/author.php b/wp-content/themes/twentytwelve/author.php index 8b3b22e266..b0b7a57314 100644 --- a/wp-content/themes/twentytwelve/author.php +++ b/wp-content/themes/twentytwelve/author.php @@ -33,7 +33,7 @@ get_header(); ?>

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

diff --git a/wp-content/themes/twentytwelve/header.php b/wp-content/themes/twentytwelve/header.php index fcb5f89875..0d4cf9441a 100644 --- a/wp-content/themes/twentytwelve/header.php +++ b/wp-content/themes/twentytwelve/header.php @@ -36,13 +36,13 @@