Make WordPress Core


Ignore:
Timestamp:
07/28/2020 05:43:50 PM (4 years ago)
Author:
whyisjake
Message:

Help/About: WordPress 5.5 About Page.

Speed. Search. Security.

This is the start of the WordPress 5.5 about page.

Fixes #50416.
Props ryelle, marybaum, estelaris, yvettesonneveld, michelebutcher-jones, metalandcoffee, melchoyce, marktimemedia, abhanonstopnewsuk, elmastudio, davidbaumwald, audrasjb, afercia, cbringmann, andreamiddleton, desrosj, earnjam, SergeyBiryukov, whyisjake, elrae.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r47521 r48675  
    2222
    2323    <div class="about__header">
     24        <div class="about__header-text">
     25            <?php _e( 'Speed. Search. Security.' ); ?>
     26        </div>
     27
    2428        <div class="about__header-title">
    2529            <p>
    2630                <?php _e( 'WordPress' ); ?>
    2731                <span><?php echo $display_version; ?></span>
    28             </p>
    29         </div>
    30 
    31         <div class="about__header-text">
    32             <p>
    33                 <?php _e( 'Building more with blocks, faster and easier.' ); ?>
    3432            </p>
    3533        </div>
Note: See TracChangeset for help on using the changeset viewer.