mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Remove duplicate variable setting for $link
in wp_list_authors()
.
See #27882. Built from https://develop.svn.wordpress.org/trunk@28265 git-svn-id: http://core.svn.wordpress.org/trunk@28093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d7a4e6798
commit
00b03fe04f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user