diff --git a/src/wp-admin/options-privacy.php b/src/wp-admin/options-privacy.php
index 92de2ca9b9..4eaae49077 100644
|
a
|
b
|
if ( ! empty( $action ) ) { |
| 72 | 72 | $privacy_page_updated_message = sprintf( |
| 73 | 73 | /* translators: %s: URL to Customizer -> Menus. */ |
| 74 | 74 | __( 'Privacy Policy page setting updated successfully. Remember to <a href="%s">update your menus</a>!' ), |
| 75 | | esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) ) |
| | 75 | esc_url( add_query_arg( rawurlencode('autofocus[panel]'), 'nav_menus', admin_url( 'customize.php' ) ) ) |
| 76 | 76 | ); |
| 77 | 77 | } |
| 78 | 78 | } |