Make WordPress Core


Ignore:
Timestamp:
05/15/2010 08:57:17 PM (15 years ago)
Author:
westi
Message:

Fix the column headers title override to use a special name rather than one we use elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r14671 r14675  
    10051005function wp_nav_menu_manage_columns() {
    10061006    return array(
    1007         'title' => __('Show advanced menu properties'),
     1007        '_title' => __('Show advanced menu properties'),
    10081008        'cb' => '<input type="checkbox" />',
    10091009        'link-target' => __('Link Target'),
Note: See TracChangeset for help on using the changeset viewer.