diff --git a/projects/packages/masterbar/changelog/update-themes-url-to-wpadmin b/projects/packages/masterbar/changelog/update-themes-url-to-wpadmin new file mode 100644 index 0000000000000..a2579459224ee --- /dev/null +++ b/projects/packages/masterbar/changelog/update-themes-url-to-wpadmin @@ -0,0 +1,4 @@ +Significance: minor +Type: changed + +Update Themes page URL to go to WPAdmin view diff --git a/projects/packages/masterbar/src/admin-menu/class-admin-menu.php b/projects/packages/masterbar/src/admin-menu/class-admin-menu.php index 4e52f6f966f05..489dfc40ac4b2 100644 --- a/projects/packages/masterbar/src/admin-menu/class-admin-menu.php +++ b/projects/packages/masterbar/src/admin-menu/class-admin-menu.php @@ -295,9 +295,6 @@ public function add_appearance_menu() { $default_customize_background_slug_2 => add_query_arg( array( 'autofocus' => array( 'section' => 'colors_manager_tool' ) ), $customize_url ), ); - if ( self::DEFAULT_VIEW === $this->get_preferred_view( 'themes.php' ) ) { - $submenus_to_update['themes.php'] = 'https://wordpress.com/themes/' . $this->domain; - } $this->update_submenus( 'themes.php', $submenus_to_update ); @@ -499,15 +496,15 @@ public function wp_ajax_upsell_nudge_jitm() {
- +
diff --git a/projects/plugins/jetpack/changelog/update-themes-url-to-wpadmin b/projects/plugins/jetpack/changelog/update-themes-url-to-wpadmin new file mode 100644 index 0000000000000..3ad8764e64e5b --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-themes-url-to-wpadmin @@ -0,0 +1,4 @@ +Significance: minor +Type: enhancement + +Changed Themes URL to be WPAdmin diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-themes-url-to-wpadmin b/projects/plugins/mu-wpcom-plugin/changelog/update-themes-url-to-wpadmin new file mode 100644 index 0000000000000..f06f1e0b5953d --- /dev/null +++ b/projects/plugins/mu-wpcom-plugin/changelog/update-themes-url-to-wpadmin @@ -0,0 +1,4 @@ +Significance: minor +Type: changed + +Updates Themes URL to point to WPAdmin diff --git a/projects/plugins/wpcomsh/changelog/update-themes-url-to-wpadmin b/projects/plugins/wpcomsh/changelog/update-themes-url-to-wpadmin new file mode 100644 index 0000000000000..f06f1e0b5953d --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/update-themes-url-to-wpadmin @@ -0,0 +1,4 @@ +Significance: minor +Type: changed + +Updates Themes URL to point to WPAdmin