Make WordPress Core

Changeset 50430 for trunk


Ignore:
Timestamp:
02/24/2021 03:50:00 PM (4 years ago)
Author:
desrosj
Message:

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

Props tobifjellner, audrasjb.
Fixes #52632.

File:
1 edited

Legend:

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

    r50418 r50430  
    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.