From 899d8ff5ecafdaec6aa93ebc25b70abc4f73c499 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Jun 2020 12:43:07 +0000 Subject: [PATCH] Administration: Correct the URL for "Learn more about getting started" link in "Welcome to WordPress" panel. Props hareesh-pillai, johnbillion. Fixes #50484. git-svn-id: https://develop.svn.wordpress.org/trunk@48191 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 28859aae0b..27bdeb0cae 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1924,7 +1924,7 @@ function wp_welcome_panel() {
  • ' . __( 'Turn comments on or off' ) . '', admin_url( 'options-discussion.php' ) ); ?>
  • -
  • ' . __( 'Learn more about getting started' ) . '', __( 'https://wordpress.org/support/article/first-steps-with-wordpress-b/' ) ); ?>
  • +
  • ' . __( 'Learn more about getting started' ) . '', __( 'https://wordpress.org/support/article/first-steps-with-wordpress/' ) ); ?>