From 72c63cd966b87852f1438a643cf665c11200ace0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 18 Mar 2014 22:01:46 +0000 Subject: [PATCH] Remove a redundant title attribute. See #26559. Props joedolson. git-svn-id: https://develop.svn.wordpress.org/trunk@27593 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/author-template.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/author-template.php b/src/wp-includes/author-template.php index eabd6ebdd5..dd225c0b6d 100644 --- a/src/wp-includes/author-template.php +++ b/src/wp-includes/author-template.php @@ -387,18 +387,16 @@ function wp_list_authors($args = '') { $link .= ''; + $link .= ''; else $link .= $name;