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:
Matt Mullenweg
2008-03-07 01:17:21 +00:00
parent 02facfc3e4
commit 044224a2a4
10 changed files with 867 additions and 384 deletions
+1 -1
View File
@@ -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 ) {