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. Built from https://develop.svn.wordpress.org/trunk@52001 git-svn-id: http://core.svn.wordpress.org/trunk@51590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7effeb4fc1
commit
a59ade2290
|
@ -34,7 +34,7 @@ $title = __( 'Dashboard' );
|
|||
$parent_file = 'index.php';
|
||||
|
||||
$help = '<p>' . __( 'Welcome to your WordPress Dashboard!' ) . '</p>';
|
||||
$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>';
|
||||
$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>';
|
||||
|
||||
$screen = get_current_screen();
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-52000';
|
||||
$wp_version = '5.9-alpha-52001';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue