mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Abstract colors from layout CSS. Pass 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@7178 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -373,7 +373,7 @@ function wp_dashboard_secondary_output() {
|
||||
if ( !isset($rss->items) || 0 == count($rss->items) )
|
||||
return false;
|
||||
|
||||
echo "<ul>\n";
|
||||
echo "<ul id='planetnews'>\n";
|
||||
|
||||
$rss->items = array_slice($rss->items, 0, $items);
|
||||
foreach ($rss->items as $item ) {
|
||||
|
||||
Reference in New Issue
Block a user