From 47e29ccba94fe9342785585b80ddc9b4a8039aa2 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 9 Jan 2019 04:19:49 +0000 Subject: [PATCH] Privacy: Tweak the wording of the success notice when updating the privacy policy page setting. Props garrett-eclipse. Fixes #44129. Built from https://develop.svn.wordpress.org/trunk@44493 git-svn-id: http://core.svn.wordpress.org/trunk@44324 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 6913d197d7..0747984efb 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -39,7 +39,7 @@ if ( ! empty( $action ) ) { ) { $privacy_page_updated_message = sprintf( /* translators: %s: URL to Customizer -> Menus */ - __( 'Privacy Policy page updated successfully. Remember to update your menus!' ), + __( 'Privacy Policy page setting updated successfully. Remember to update your menus!' ), esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 4564cd2759..b9b4f68bd5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44492'; +$wp_version = '5.1-alpha-44493'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.