Fix the column headers title override to use a special name rather than one we use elsewhere.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1004,7 +1004,7 @@ function wp_get_nav_menu_to_edit( $menu_id = 0 ) {
|
||||
*/
|
||||
function wp_nav_menu_manage_columns() {
|
||||
return array(
|
||||
'title' => __('Show advanced menu properties'),
|
||||
'_title' => __('Show advanced menu properties'),
|
||||
'cb' => '<input type="checkbox" />',
|
||||
'link-target' => __('Link Target'),
|
||||
'css-classes' => __('CSS Classes'),
|
||||
|
||||
Reference in New Issue
Block a user