X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/607b7e02d77e7326161e8ec15639052d2040f745..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-admin/nav-menus.php diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 72de2a92..19348c23 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -518,7 +518,8 @@ if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) if ( ! $locations_screen ) : // Main tab $overview = '

' . __( 'This screen is used for managing your custom navigation menus.' ) . '

'; - $overview .= '

' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Custom Menu” widget on the Widgets screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Fifteen', 'Twenty Fourteen' ) . '

'; + /* translators: 1: Widgets admin screen URL, 2 and 3: The name of the default themes */ + $overview .= '

' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Custom Menu” widget on the Widgets screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Sixteen', 'Twenty Seventeen' ) . '

'; $overview .= '

' . __( 'From this screen you can:' ) . '

'; $overview .= ''; @@ -567,8 +568,8 @@ endif; get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Menus') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Documentation on Menus') . '

' . + '

' . __('Support Forums') . '

' ); // Get the admin header. @@ -713,7 +714,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); - + create a new menu.' ), esc_url( add_query_arg( array( 'action' => 'edit', 'menu' => 0 ), admin_url( 'nav-menus.php' ) ) ) ); ?> @@ -759,7 +760,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); />
- 'save_menu_header' ) ); ?> + 'save_menu_header' ) ); ?>
@@ -798,17 +799,19 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); $auto_add = false; } ?> -
-
-
name="auto-add-pages" id="auto-add-pages" value="1" />
-
+ - + @@ -836,7 +839,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
- 'save_menu_footer' ) ); ?> + 'save_menu_footer' ) ); ?>