From 480fad1f827caf232d7c34384e544478ba858632 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 18 Mar 2014 22:02:15 +0000 Subject: [PATCH] Remove a redundant title attribute. See #26559. Props joedolson. Built from https://develop.svn.wordpress.org/trunk@27593 git-svn-id: http://core.svn.wordpress.org/trunk@27436 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/author-template.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index eabd6ebdd5..dd225c0b6d 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -387,18 +387,16 @@ function wp_list_authors($args = '') { $link .= ''; + $link .= ''; else $link .= $name;