From 1073998752d06beba015c7f8e85da0dd8c8aa864 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 1 Dec 2022 21:56:11 +0000 Subject: [PATCH] Twenty Thirteen: 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@54923 git-svn-id: http://core.svn.wordpress.org/trunk@54475 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/author.php | 2 +- wp-content/themes/twentythirteen/header.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentythirteen/author.php b/wp-content/themes/twentythirteen/author.php index 1b18c99966..3537208274 100644 --- a/wp-content/themes/twentythirteen/author.php +++ b/wp-content/themes/twentythirteen/author.php @@ -31,7 +31,7 @@ get_header(); ?>

' . get_the_author() . '' ); + printf( __( 'All posts by %s', 'twentythirteen' ), '' . get_the_author() . '' ); ?>

diff --git a/wp-content/themes/twentythirteen/header.php b/wp-content/themes/twentythirteen/header.php index 1ea956399a..8f392481cf 100644 --- a/wp-content/themes/twentythirteen/header.php +++ b/wp-content/themes/twentythirteen/header.php @@ -34,7 +34,7 @@