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

    r47558 r48675  
    2525
    2626    <div class="about__header">
     27        <div class="about__header-text">
     28            <?php _e( 'Speed. Search. Security.' ); ?>
     29        </div>
     30
    2731        <div class="about__header-title">
    2832            <p>
    2933                <?php _e( 'WordPress' ); ?>
    3034                <span><?php echo $display_version; ?></span>
    31             </p>
    32         </div>
    33 
    34         <div class="about__header-text">
    35             <p>
    36                 <?php _e( 'Building more with blocks, faster and easier.' ); ?>
    3735            </p>
    3836        </div>
Note: See TracChangeset for help on using the changeset viewer.