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/privacy.php

    r47521 r48675  
    1919
    2020    <div class="about__header">
     21        <div class="about__header-text">
     22            <?php _e( 'Speed. Search. Security.' ); ?>
     23        </div>
     24
    2125        <div class="about__header-title">
    2226            <p>
    2327                <?php _e( 'WordPress' ); ?>
    2428                <span><?php echo $display_version; ?></span>
    25             </p>
    26         </div>
    27 
    28         <div class="about__header-text">
    29             <p>
    30                 <?php _e( 'Building more with blocks, faster and easier.' ); ?>
    3129            </p>
    3230        </div>
Note: See TracChangeset for help on using the changeset viewer.