diff --git a/wp-admin/index.php b/wp-admin/index.php index f1c482bdaa..ccdf525c0c 100644 --- a/wp-admin/index.php +++ b/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(); diff --git a/wp-includes/version.php b/wp-includes/version.php index cab6e6430d..a5d1355ad0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.