Add nbsp. Props Speedboxer. fixes #5931

git-svn-id: https://develop.svn.wordpress.org/trunk@7035 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-26 08:50:42 +00:00
parent c693745cbe
commit 7bf88a1224
1 changed files with 1 additions and 1 deletions

View File

@ -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>&nbsp;<span>(<a href='$dlink'>" . __( 'Download' ) . "</a>)</span>\n";
echo "<p>$description</p>\n";
}
}