Make WordPress Core

Changeset 52001


Ignore:
Timestamp:
11/03/2021 03:15:21 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Improve typography in the Welcome to your WordPress Dashboard! text.

Per the general consensus in #8714 and similar tickets, user-facing strings should use “curly quotes” for better typography.

Remove the svn:executable property that appears to be added accidentally.

Follow-up to [38049], [42200], [46585], [51995].

See #54321.

File:
1 edited

Legend:

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

    r51995 r52001  
    3535
    3636$help  = '<p>' . __( 'Welcome to your WordPress Dashboard!' ) . '</p>';
    37 $help .= '<p>' . __( 'The Dashboard is the first place you will come to every time you log into your site. It is where you will find all your WordPress tools. If you need help, just click the "Help" tab above the screen title.' ) . '</p>';
     37$help .= '<p>' . __( 'The Dashboard is the first place you will come to every time you log into your site. It is where you will find all your WordPress tools. If you need help, just click the &#8220;Help&#8221; tab above the screen title.' ) . '</p>';
    3838
    3939$screen = get_current_screen();
Note: See TracChangeset for help on using the changeset viewer.