Changeset 36908 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 03/09/2016 09:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r36422 r36908 938 938 * @since 3.0.0 939 939 * 940 * @return string|WP_Error $output The menu formatted to edit or error object on failure.940 * @return array Columns. 941 941 */ 942 942 function wp_nav_menu_manage_columns() { 943 943 return array( 944 '_title' => __('Show advanced menu properties'),945 'cb' => '<input type="checkbox" />',946 ' title-attribute' => __('Title Attribute'),947 ' link-target' => __('Link Target'),948 'css-classes' => __( 'CSS Classes'),949 'xfn' => __('Link Relationship (XFN)'),950 'description' => __( 'Description'),944 '_title' => __( 'Show advanced menu properties' ), 945 'cb' => '<input type="checkbox" />', 946 'link-target' => __( 'Link Target' ), 947 'attr-title' => __( 'Title Attribute' ), 948 'css-classes' => __( 'CSS Classes' ), 949 'xfn' => __( 'Link Relationship (XFN)' ), 950 'description' => __( 'Description' ), 951 951 ); 952 952 }
Note: See TracChangeset
for help on using the changeset viewer.