diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php index 695f0cfc11b78..43fc2c45b46ce 100644 --- a/src/wp-admin/nav-menus.php +++ b/src/wp-admin/nav-menus.php @@ -954,9 +954,14 @@ function wp_nav_menu_max_depth( $classes ) { create a new menu. Do not forget to save your changes!' ), - esc_url( + /* translators: No placeholders needed now */ + __( 'Edit your menu below with necessary details. To create a new menu, click the button below. Don\'t forget to save your changes!' ) + ); + ?> +
+ + +