From bebc4cde6f7a3b8e43df00f70b8c033ff99a0ba1 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 3 Oct 2017 04:12:51 +0000 Subject: [PATCH] Customize: Update dashboard welcome link to point to themes panel in the customizer instead of themes admin screen. Props celloexpressions. Fixes #42050. git-svn-id: https://develop.svn.wordpress.org/trunk@41699 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 2db74c1d03..89047bab98 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1567,13 +1567,14 @@ function wp_welcome_panel() {

- +

true ) ) ) > 1 ) ) : ?> -

change your theme completely' ), admin_url( 'themes.php' ) ); ?>

+

change your theme completely' ), $customize_themes_link ); ?>