mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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:
parent
099238e3a3
commit
47e29ccba9
@ -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' ) ) )
|
||||
);
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user