diff --git a/src/wp-admin/_index.php b/src/wp-admin/_index.php index f1c482bdaa..ccdf525c0c 100755 --- a/src/wp-admin/_index.php +++ b/src/wp-admin/_index.php @@ -34,7 +34,7 @@ $title = __( 'Dashboard' ); $parent_file = 'index.php'; $help = '
' . __( 'Welcome to your WordPress Dashboard!' ) . '
'; -$help .= '' . __( '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.' ) . '
'; +$help .= '' . __( '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.' ) . '
'; $screen = get_current_screen();