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:
parent
c693745cbe
commit
7bf88a1224
@ -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