diff --git a/wp-admin/index.php b/wp-admin/index.php
index 852602ea48..83155a9258 100644
--- a/wp-admin/index.php
+++ b/wp-admin/index.php
@@ -88,7 +88,7 @@ if (0 < $numcats) $numcats = number_format($numcats);
$rss = @fetch_rss('http://feedster.com/links.php?url='. trailingslashit(get_option('home')) .'&type=rss&limit=6');
if ( isset($rss->items) && 0 != count($rss->items) ) {
?>
-
+
items as $item ) {
}
?>
+
+
-
+
+
get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'draft' AND post_author = $user_ID");
if ($drafts) {
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 58c3d5343a..492b7c6eb5 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -13,6 +13,26 @@ a.delete:hover {
color: #fff;
}
+#planetnews ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+#planetnews li {
+ width: 16%;
+ margin: 1% 2%;
+ float: left;
+}
+
+#planetnews li a {
+ display: block;
+ padding: .5em;
+ background: #ddd;
+ height: 6em;
+ overflow: hidden;
+}
+
a.edit, a.delete, a.edit:hover, a.delete:hover {
border-bottom: none;
display: block;