From a3ad1e8c57324cb0bf39312bb16dd2a022b61b87 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 3 Oct 2017 04:13:46 +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. Built from https://develop.svn.wordpress.org/trunk@41699 git-svn-id: http://core.svn.wordpress.org/trunk@41533 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 2db74c1d03..89047bab98 100644 --- a/wp-admin/includes/dashboard.php +++ b/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 ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index dbb4d97bc7..98c8cbbab9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41698'; +$wp_version = '4.9-alpha-41699'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.