Make WordPress Core

Ticket #46901: 46901.5.diff

File 46901.5.diff, 3.5 KB (added by desrosj, 6 years ago)
  • src/wp-admin/about.php

     
    4646                        <div class="col">
    4747                                <p><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
    4848                                <div class="inline-svg">
    49                                         <img src="https://make.wordpress.org/core/files/2019/04/site-safe.png" alt="">
     49                                        <img src="https://s.w.org/images/core/5.2/about-maintain-wordpress-2x.png" alt="">
    5050                                </div>
    5151                        </div>
    5252                </div>
     
    5757                        <div class="col">
    5858                                <h3><?php _e( 'Site Health Check' ); ?></h3>
    5959                                <div class="inline-svg alignright">
    60                                         <img src="https://make.wordpress.org/core/files/2019/04/health-check.png" alt="">
     60                                        <img src="https://s.w.org/images/core/5.2/hearts.svg" alt="">
    6161                                </div>
    6262                                <p>
    6363                                        <?php
     
    7878                <div class="feature-section one-col is-wide wp-clearfix">
    7979                        <div class="col">
    8080                                <div class="inline-svg alignleft">
    81                                         <img src="https://make.wordpress.org/core/files/2019/04/error-protection.png" alt="">
     81                                        <img src="https://s.w.org/images/core/5.2/error-protection.svg" alt="">
    8282                                </div>
    8383                                <h3><?php _e( 'PHP Error Protection' ); ?></h3>
    8484                                <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode,  which pauses error-causing plugins or themes.' ); ?></p>
  • src/wp-admin/css/about.css

     
    135135        font-weight: 400;
    136136}
    137137
    138 .about-wrap h2 {
     138.about-wrap h2,
     139.about-wrap nav {
    139140        margin: 40px 0 .6em;
    140141        font-size: 2.7em;
    141142        line-height: 1.3;
  • src/wp-admin/css/colors/_admin.scss

     
    130130
    131131/* Active tabs use a bottom border color that matches the page background color. */
    132132
    133 .about-wrap h2 .nav-tab-active,
     133.about-wrap .nav-tab-active,
    134134.nav-tab-active,
    135135.nav-tab-active:hover {
    136136        background-color: $body-background;
  • src/wp-admin/css/common.css

     
    21712171        margin-left: 0.5em; /* half the font size so set the font size properly */
    21722172        padding: 5px 10px;
    21732173        font-size: 14px;
    2174         line-height: 1.8;
     2174        line-height: 1.33333333;
    21752175        font-weight: 600;
    21762176        background: #e5e5e5;
    21772177        color: #555;
     
    22132213
    22142214h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
    22152215.wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
     2216.wrap nav.nav-tab-wrapper,
    22162217.nav-tab-wrapper {
    22172218        border-bottom: 1px solid #ccc;
    22182219        margin: 0;
     
    39933994
    39943995        h1.nav-tab-wrapper,
    39953996        .wrap h2.nav-tab-wrapper,
     3997        .wrap nav.nav-tab-wrapper,
    39963998        .nav-tab-wrapper {
    39973999                border-bottom: 0;
    39984000        }
    39994001
    40004002        h1 .nav-tab,
    40014003        h2 .nav-tab,
    4002         h3 .nav-tab {
     4004        h3 .nav-tab,
     4005        .wrap nav .nav-tab {
    40034006                margin: 10px 10px 0 0;
    40044007                border-bottom: 1px solid #ccc;
    40054008        }