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
This commit is contained in:
Gary Pendergast 2019-01-09 04:19:49 +00:00
parent 099238e3a3
commit 47e29ccba9
2 changed files with 2 additions and 2 deletions

View File

@ -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 <a href="%s">update your menus</a>!' ),
__( 'Privacy Policy page setting updated successfully. Remember to <a href="%s">update your menus</a>!' ),
esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) )
);
}

View File

@ -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.