diff --git a/wp-admin/index.php b/wp-admin/index.php index e383ead29..852602ea4 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -84,6 +84,23 @@ if (0 < $numcats) $numcats = number_format($numcats);

There are currently posts and comments, contained within categories.

+items) && 0 != count($rss->items) ) { +?> +
+

»

+ +
+ +

@@ -94,15 +111,36 @@ if ( $rss ) { ?>

WordPress Development Blog

items = array_slice($rss->items, 0, 4); +$rss->items = array_slice($rss->items, 0, 3); foreach ($rss->items as $item ) { ?> -

'>

+

'>

+ + +

»

+ + +
options ( option_name varchar(64) NOT NULL default '', option_can_override enum('Y','N') NOT NULL default 'Y', option_type int(11) NOT NULL default '1', - option_value text NOT NULL, + option_value longtext NOT NULL, option_width int(11) NOT NULL default '20', option_height int(11) NOT NULL default '8', option_description tinytext NOT NULL, diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 74a282555..58c3d5343 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -505,7 +505,12 @@ textarea, input, select { #zeitgeist h3 { border-bottom: 1px solid #ccc; font-size: 16px; - margin: 1em 0; + margin: 1em 0 0; +} + +#zeitgeist h3 cite { + font-size: 12px; + font-style: normal; } #zeitgeist li, #zeitgeist p { diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php index e89e2a970..960c273d2 100644 --- a/wp-includes/rss-functions.php +++ b/wp-includes/rss-functions.php @@ -598,7 +598,7 @@ function init () { } if ( !defined('MAGPIE_FETCH_TIME_OUT') ) { - define('MAGPIE_FETCH_TIME_OUT', 5); // 5 second timeout + define('MAGPIE_FETCH_TIME_OUT', 2); // 2 second timeout } // use gzip encoding to fetch rss files if supported?