%2$s!'), 'profile.php', $user_identity) ?> | | Help') ?> | Forums') ?>
diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css
index 8aaec8bd94..f78b8d1f93 100644
--- a/wp-admin/css/colors-classic.css
+++ b/wp-admin/css/colors-classic.css
@@ -11,7 +11,7 @@ body > #upload-menu {
border-bottom-style: #fff;
}
-div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
+div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
border-color: #ccc;
}
@@ -192,6 +192,10 @@ ul.widget-control-list .sorthelper {
border-color: #a3a3a3;
}
+.tablenav .button-secondary {
+ border-color: #5396c5;
+}
+
.submit input:hover, .button:hover {
border-color: #535353;
}
@@ -264,7 +268,7 @@ ul.widget-control-list .sorthelper {
}
.widefat thead, .thead {
- background-color: #07273e;
+ background-color: #464646;
color: #d7d7d7;
}
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css
index df55da994f..8fbaec1af6 100644
--- a/wp-admin/css/colors-fresh.css
+++ b/wp-admin/css/colors-fresh.css
@@ -11,7 +11,7 @@ body > #upload-menu {
border-bottom-style: #fff;
}
-div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
+div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
border-color: #ccc;
}
diff --git a/wp-admin/css/theme-editor.css b/wp-admin/css/theme-editor.css
index 1d52894536..eaaa946fdb 100644
--- a/wp-admin/css/theme-editor.css
+++ b/wp-admin/css/theme-editor.css
@@ -14,7 +14,7 @@
margin-top:-3.4em;
}
-#templateside h3, #postcustom p.submit {
+#templateside h3, #postcustomstuff p.submit {
margin: 0;
}
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 1ad5e0a005..b5dc2143fe 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -108,6 +108,9 @@ foreach ( $stati as $status => $label ) {
$status_links[] = "
" . $label . '';
}
+
+$status_links = apply_filters( 'comment_status_links', $status_links );
+
echo implode(' | ', $status_links) . '';
unset($status_links);
?>
@@ -214,10 +217,16 @@ if ($comments) {
-
+
+
+
+
+
">
-
+
+
use them in your template'); ?>
+
- ()
+
()
+
pingbacks, no other action necessary.'); ?>
+
use in your theme.'); ?>