mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Add nbsp. Props Speedboxer. fixes #5931
git-svn-id: http://svn.automattic.com/wordpress/trunk@7035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8ec7beca29
commit
f4490b8acb
@ -428,7 +428,7 @@ function wp_dashboard_plugins_output() {
|
||||
$dlink = rtrim($link, '/') . '/download/';
|
||||
|
||||
echo "<h4>$label</h4>\n";
|
||||
echo "<h5><a href='$link'>$title</a></h5> <span>(<a href='$dlink'>" . __( 'Download' ) . "</a>)</span>\n";
|
||||
echo "<h5><a href='$link'>$title</a></h5> <span>(<a href='$dlink'>" . __( 'Download' ) . "</a>)</span>\n";
|
||||
echo "<p>$description</p>\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user