From 5299c763ca95a95999cb5c2ccb9a22e9d2698ac2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Mar 2019 21:17:50 +0000 Subject: [PATCH] Privacy: Use a consistent URL for Privacy Policy guide. Props garrett-eclipse, mukesh27, birgire, desrosj. Fixes #44876. Built from https://develop.svn.wordpress.org/trunk@44971 git-svn-id: http://core.svn.wordpress.org/trunk@44802 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/privacy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 557e4a4187..51b417d5e8 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -182,7 +182,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); printf( /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ __( 'Need help putting together your new Privacy Policy page? Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), - esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ), + esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ), '', '' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 0e3aa709e1..ee673e6d6e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44970'; +$wp_version = '5.2-alpha-44971'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.