Make WordPress Core

Ticket #46901: 46901.patch

File 46901.patch, 4.0 KB (added by melchoyce, 6 years ago)
  • src/wp-admin/about.php

     
    4444
    4545                <div class="feature-section headline-feature one-col">
    4646                        <div class="col">
    47                                 <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>
     47                                <p class="lead-description"><?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://cldup.com/nfQEOYZYFG.svg" alt="">
    5050                                </div>
    5151                        </div>
    5252                </div>
     
    5555
    5656                <div class="feature-section one-col is-wide wp-clearfix">
    5757                        <div class="col">
    58                                 <h3><?php _e( 'Site Health Check' ); ?></h3>
    5958                                <div class="inline-svg alignright">
    60                                         <img src="https://make.wordpress.org/core/files/2019/04/health-check.png" alt="">
     59                                        <img src="https://cldup.com/nmr4gyemWg.svg" alt="">
    6160                                </div>
     61                                <h3><?php _e( 'Site Health Check' ); ?></h3>
    6262                                <p>
    6363                                        <?php
    6464                                        printf(
     
    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://cldup.com/iD5A-zYiSk.svg" alt="">
    8282                                </div>
    8383                                <h3><?php _e( 'PHP Error Protection' ); ?></h3>
    84                                 <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>
     84                                <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>
    8585                        </div>
    8686                </div>
    8787
     
    104104
    105105                <h3 class="under-the-hood-header"><?php _e( 'Developer Happiness' ); ?></h3>
    106106
    107                 <div class="under-the-hood feature-section two-col">
     107                <div class="under-the-hood two-col">
    108108                        <div class="col">
    109109                                <h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4>
    110110                                <p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p>
     
    114114                                <p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p>
    115115                        </div>
    116116                </div>
    117                 <div class="under-the-hood feature-section two-col">
     117                <div class="under-the-hood two-col">
    118118                        <div class="col">
    119119                                <h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4>
    120120                                <p>
     
    185185);
    186186
    187187/* translators: %s: Codex URL */
    188 __( 'For more information, see <a href="%s">the release notes</a>.' );
     188__( 'For more information, see <a href="%s">the release notes</a>.' );
     189 No newline at end of file
  • src/wp-admin/css/about.css

     
    117117
    118118.about-wrap p {
    119119        line-height: 1.5;
    120         font-size: 14px;
     120        font-size: 16px;
    121121}
    122122
    123123.about-wrap .feature-section p {