diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 3391a4c523..2258105b8b 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -21,7 +21,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -36,99 +36,113 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+
-

-

+

Image

+

+

- +

Image

+

+

-

-

-

-
- $wp_version . '.1.next.minor', - 'version' => $wp_version . '.1.next.minor', - 'php_version' => $required_php_version, - 'mysql_version' => $required_mysql_version, - ); - require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; - $updater = new WP_Automatic_Updater; - $can_auto_update = wp_http_supports( array( 'ssl' ) ) && $updater->should_update( 'core', $future_minor_update, ABSPATH ); - - if ( $can_auto_update ) { - echo '

' . __( 'This site is able to apply these updates automatically. Cool!' ). '

'; - - // If the updater is disabled entirely, don't show them anything. - } elseif ( ! $updater->is_disabled() ) { - echo '

'; - // If this is is filtered to false, they won't get emails, so don't claim we will. - // Assumption: If the user can update core, they can see what the admin email is. - - /** This filter is documented in wp-admin/includes/class-wp-upgrader.php */ - if ( apply_filters( 'send_core_update_notification_email', true, $future_minor_update ) ) { - printf( __( 'This site is not able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); - } else { - _e( 'This site is not able to apply these updates automatically.' ); - } - echo '

'; - } - } - ?> -
-
- -
-

- -
-
-

-

-
-
- -

- change your password?' ), esc_url( self_admin_url( 'profile.php' ) ) ); ?> +

Image

+

+

+
+ + + +
-

-

+

+

+

+

-

-

+
+
+ +
+
+
+

Now with more color

+

+

+ +

+
+
+
+ +
+ +
+
+
+

+

+

+

+

+

+

+

+
+
+ +
+
+
+ +
+ +
+

+ + +
+
+

+

+

+
+
+
+ +
+

-

-

+

+

-

-

+

+

-

-

wp_get_sites() allows developers to easily get an array of all the sites on your network without resorting to a direct database query — just one of many improvements to multisite in WordPress 3.7.' ); ?>

+

+

diff --git a/src/wp-admin/css/colors.css b/src/wp-admin/css/colors.css index 9990bde04d..1ef6e7e4fa 100644 --- a/src/wp-admin/css/colors.css +++ b/src/wp-admin/css/colors.css @@ -1800,11 +1800,6 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper { color: #464646; } -.about-wrap .feature-section img { - background: #fff; - border-color: #ccc; -} - .about-wrap .feature-section .col-2:before, .about-wrap .feature-section .col-2:after, .about-wrap .feature-section.two-col p:before { diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 0f36380e3a..5887aa9bf8 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -7789,9 +7789,15 @@ body.press-this { font-size: 15px; } -.about-wrap div.updated, -.about-wrap div.error { - display: none !important; +.about-wrap hr { + border: 0; + height: 0; + border-top: 1px solid rgba(0, 0, 0, 0.05); +} + +.about-wrap img { + margin: 0.5em 0 0.5em 5px; + max-width: 100%; } /* Typography */ @@ -7825,18 +7831,21 @@ body.press-this { font-size: 24px; } -.about-wrap h3 { - font-size: 1.5em; - line-height: 1.5em; - padding-top: 20px; +.about-wrap .changelog h2 { + margin: 1.4em 0 0; + font-size: 2.1em; + line-height: 1.3; + text-align: center; } -.about-wrap .feature-section { - padding-bottom: 20px; +.about-wrap h3 { + margin: 1em 0 .6em; + font-size: 1.5em; + line-height: 1.5em; } .about-wrap .feature-section h4 { - margin-bottom: 0.6em; + margin: 1.4em 0 0.6em 0; } .about-wrap .feature-section p { @@ -7908,18 +7917,21 @@ body.press-this { /* Changelog / Update screen */ -.about-wrap .feature-section.three-col img { - margin: 0.5em 0 0.5em 5px; - max-width: 100%; - float: none; +.about-wrap .feature-section { + padding-bottom: 20px; } .about-wrap .feature-section.col { margin-bottom: 0; } -.about-wrap .feature-section.col h4 { - margin: 0 0 0.6em 0; +.about-wrap .feature-section.one-col div { + margin: auto; + width: 60%; +} + +.about-wrap .about-colors .one-col div { + width: 100%; } .about-wrap .feature-section.two-col div { @@ -7936,29 +7948,6 @@ body.press-this { float: left; } -.about-wrap .three-col.about-updates .col-1, -.about-wrap .three-col.about-updates .col-3 { - width: 50%; - margin: 0; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.about-wrap .three-col.about-updates .col-1 { - z-index: 1; - padding-right: 100px; -} - -.about-wrap .three-col.about-updates .col-2 { - position: absolute; - width: 100%; - text-align: center; -} - -.about-wrap .three-col.about-updates .col-3 { - padding-left: 100px; -} - .about-wrap .feature-section.col .last-feature { margin-right: 0; } @@ -8019,57 +8008,6 @@ body.press-this { margin-left: 3em; } -/* Icons to replace images. */ - -.about-wrap .feature-section .col-2 img, -.about-wrap .feature-section.two-col p img { - display: none; -} - -.about-wrap .feature-section .col-2:before, -.about-wrap .feature-section .col-2:after, -.about-wrap .feature-section.two-col p:before { - display: inline-block; - position: relative; - font: normal 50px/125px 'dashicons'; - speak: none; - content: '\f147'; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.about-wrap .feature-section .col-2:before { - width: 100%; -} - -.about-wrap .feature-section .col-2:after { - position: absolute; - top: 0; - left: 0; - width: 100%; - font-size: 170px; - line-height: 125px; - content: '\f113'; -} - -.about-wrap .feature-section.two-col p:before { - float: right; - top: -25px; - font-size: 130px; - line-height: 1; - content: '\f179'; -} - -.about-wrap .feature-section.two-col .last-feature p:before { - top: -15px; - font-size: 110px; - content: '\f319'; -} - -.about-wrap .about-passwords .feature-section.two-col p:before { - content: ''; -} - /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { diff --git a/src/wp-admin/images/about-colors.png b/src/wp-admin/images/about-colors.png new file mode 100644 index 0000000000..0b8028f0b9 Binary files /dev/null and b/src/wp-admin/images/about-colors.png differ diff --git a/src/wp-admin/images/about-overview.png b/src/wp-admin/images/about-overview.png new file mode 100644 index 0000000000..3f5e06cbcf Binary files /dev/null and b/src/wp-admin/images/about-overview.png differ diff --git a/src/wp-admin/images/about-themes.png b/src/wp-admin/images/about-themes.png new file mode 100644 index 0000000000..87e2eee76c Binary files /dev/null and b/src/wp-admin/images/about-themes.png differ diff --git a/src/wp-admin/images/about-twentyfourteen.png b/src/wp-admin/images/about-twentyfourteen.png new file mode 100644 index 0000000000..10765356bf Binary files /dev/null and b/src/wp-admin/images/about-twentyfourteen.png differ