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

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