mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: https://develop.svn.wordpress.org/trunk@7104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -484,7 +484,7 @@ function wp_list_authors($args = '') {
|
||||
$link .= '>';
|
||||
|
||||
if ( !empty($feed_image) )
|
||||
$link .= "<img src=\"$feed_image\" border=\"0\"$alt$title" . ' />';
|
||||
$link .= "<img src=\"$feed_image\" style=\"border: none;\"$alt$title" . ' />';
|
||||
else
|
||||
$link .= $name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user