X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..refs/tags/wordpress-4.5:/wp-admin/includes/nav-menu.php diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index 16b157e7..18dcc97f 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -237,7 +237,7 @@ function wp_nav_menu_taxonomy_meta_boxes() { * * @param int|string $nav_menu_selected_id (id, name or slug) of the currently-selected menu * @return string Disabled attribute if at least one menu exists, false if not -*/ + */ function wp_nav_menu_disabled_check( $nav_menu_selected_id ) { global $one_theme_location_no_menus; @@ -263,21 +263,17 @@ function wp_nav_menu_item_link_meta_box() { ?>
- - -

+

class="button-secondary submit-add-to-menu right" value="" name="add-custom-menu-item" id="submit-customlinkdiv" /> @@ -435,7 +431,8 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) { } ?>

- + + 'submit-quick-search-posttype-' . $post_type_name ) ); ?>

@@ -543,7 +540,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
-

+

- + + 'submit-quick-search-taxonomy-' . $taxonomy_name ) ); ?>

@@ -733,7 +731,7 @@ function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) { -

+

', - 'title-attribute' => __('Title Attribute'), - 'link-target' => __('Link Target'), - 'css-classes' => __('CSS Classes'), - 'xfn' => __('Link Relationship (XFN)'), - 'description' => __('Description'), + '_title' => __( 'Show advanced menu properties' ), + 'cb' => '', + 'link-target' => __( 'Link Target' ), + 'title-attribute' => __( 'Title Attribute' ), + 'css-classes' => __( 'CSS Classes' ), + 'xfn' => __( 'Link Relationship (XFN)' ), + 'description' => __( 'Description' ), ); }