Help/About: Add strings for 5.4 About page.

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

git-svn-id: https://develop.svn.wordpress.org/trunk@47422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-03-03 21:20:45 +00:00
parent ae5596bf0a
commit 0ffce72ed0
4 changed files with 102 additions and 120 deletions

View File

@@ -29,13 +29,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__header-text">
<p>
<?php
printf(
/* translators: %s: The current WordPress version number. */
__( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ),
$display_version
);
?>
<?php _e( 'Building more with blocks, faster and easier.' ); ?>
</p>
</div>