mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Remove duplicate variable setting for $link in wp_list_authors().
See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -360,8 +360,6 @@ function wp_list_authors($args = '') {
|
||||
if ( !$posts && $hide_empty )
|
||||
continue;
|
||||
|
||||
$link = '';
|
||||
|
||||
if ( $show_fullname && $author->first_name && $author->last_name )
|
||||
$name = "$author->first_name $author->last_name";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user