Help/About: Remove extra space in the 5.7 About page copy.

Props tobifjellner, audrasjb.
Fixes #52632.

git-svn-id: https://develop.svn.wordpress.org/trunk@50430 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-02-24 15:50:00 +00:00
parent 85f1636132
commit 4ae21ee7e0

View File

@@ -57,7 +57,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<?php
printf(
/* translators: %s: The current WordPress version number. */
__( 'With this new version, the editor cleans up the colors and helps you work in a few places you couldnt before—at least, not without getting into code or hiring a pro. The controls you use most, like changing type sizes, are in more places—right where you need them. And layout changes that should be simple, like full-height images, get even simpler to make.' ),
__( 'With this new version, the editor cleans up the colors and helps you work in a few places you couldnt before—at least, not without getting into code or hiring a pro. The controls you use most, like changing type sizes, are in more places—right where you need them. And layout changes that should be simple, like full-height images, get even simpler to make.' ),
$display_version
);
?>