diff --git a/wp-admin/index.php b/wp-admin/index.php index 1ed08db3cc..9a37a2e264 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -8,8 +8,56 @@ $today = current_time('mysql', 1); ?>
+ +

+

+ +items) && 0 != count($rss->items) ) { +?> + + + +get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 5") ) : +?> +
+

»

+ +get_var("SELECT COUNT(*) FROM $tablecomments WHERE comment_approved = '0'") ) : +?> +

»

+ +
+ + + + + get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 5") ) : ?> @@ -46,31 +94,6 @@ foreach ($scheduled as $post) {
-get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 5") ) : -?> -
-

»

- -get_var("SELECT COUNT(*) FROM $tablecomments WHERE comment_approved = '0'") ) : -?> -

»

- -
- - - - -

posts and %3$s comments, contained within %5$s categories.'), $numposts, 'edit.php', $numcomms, 'edit-comments.php', $numcats, 'categories.php'); ?>

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

great documentation or if that doesn't help visit the support forums."); ?>

-

wp-content/plugins directory. Once a plugin is installed, you may activate it or deactivate it here. If something goes wrong with a plugin and you can’t use WordPress, delete that plugin from the wp-content/plugins directory and it will be automatically deactivated.'); ?>

+

- @@ -96,11 +95,10 @@ if (empty($plugins)) { if ($style != '') $style = 'class="' . $style . '"'; echo " - {$plugin_data['Title']} - {$plugin_data['Version']} - {$plugin_data['Author']} - {$plugin_data['Description']} - $action + {$plugin_data['Title']} + {$plugin_data['Version']} + {$plugin_data['Description']} By {$plugin_data['Author']}. + $action "; } ?> @@ -110,6 +108,8 @@ if (empty($plugins)) { } ?> +

wp-content/plugins directory and it will be automatically deactivated.'); ?>

+

WordPress plugin directory. To install a plugin you generally just need to upload the plugin file into your wp-content/plugins directory. Once a plugin is uploaded, you may activate it here.'); ?>

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index dad4f9ae73..ecbababcf9 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -290,6 +290,10 @@ textarea, input, select { clear: both; } +table .vers, table .name { + text-align: center; +} + #adminmenu { background: #6da6d1; border-top: 3px solid #448abd; @@ -573,6 +577,10 @@ textarea, input, select { border-bottom: none; } +#zeitgeist h2 { + margin-top: .4em; +} + #zeitgeist h3 { border-bottom: 1px solid #ccc; font-size: 16px;