diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index c1abe00edd..7e61b36bb0 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -329,14 +329,14 @@ h1 { margin: .67em 0; } -.wrap > h1, -h2 { +.wrap > h1 { color: #23282d; font-size: 1.5em; margin: .83em 0; font-weight: 400; } +h2, h3 { color: #23282d; font-size: 1.3em; @@ -568,14 +568,12 @@ code { } .wrap h1, -.wrap h2, .subtitle { font-weight: normal; margin: 0; } -.wrap h1, -.wrap h2 { +.wrap h1 { font-size: 23px; font-weight: 400; padding: 9px 15px 4px 0; diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 235b09c16e..3e4f3eefe6 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -159,7 +159,7 @@ function core_upgrade_preamble() { $updates = get_core_updates(); if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) { - echo '
'; _e('Important: before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.'); echo '
' . __( 'Your plugins are all up to date.' ) . '
'; return; } @@ -237,7 +237,7 @@ function list_plugin_updates() { else $core_update_version = $core_updates[0]->current; ?> - +