Make WordPress Core


Ignore:
Timestamp:
03/03/2020 09:20:45 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Add strings for 5.4 About page.

Props elmastudio, chanthaboune, francina, marybaum, audrasjb.
See #49295.

File:
1 edited

Legend:

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

    r47198 r47422  
    3030        <div class="about__header-text">
    3131            <p>
    32                 <?php
    33                 printf(
    34                     /* translators: %s: The current WordPress version number. */
    35                     __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
    36                     $display_version
    37                 );
    38                 ?>
     32                <?php _e( 'Building more with blocks, faster and easier.' ); ?>
    3933            </p>
    4034        </div>
Note: See TracChangeset for help on using the changeset viewer.