Make WordPress Core


Ignore:
Timestamp:
02/25/2021 11:35:07 PM (4 years ago)
Author:
peterwilsoncc
Message:

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

Props tobifjellner, audrasjb, desrosj, ryelle.
Merges [50430] to the 5.7 branch.
Fixes #52632.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-admin/about.php

    r50418 r50438  
    5858                    printf(
    5959                        /* translators: %s: The current WordPress version number. */
    60                         __( 'With this new version, the editor cleans up the colors and helps you work in  a few places you couldn’t 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.' ),
     60                        __( 'With this new version, the editor cleans up the colors and helps you work in a few places you couldn’t 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.' ),
    6161                        $display_version
    6262                    );
Note: See TracChangeset for help on using the changeset viewer.