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.