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:
westi
2010-05-15 20:57:17 +00:00
parent 6d6532bfa1
commit 5672ca994e
2 changed files with 4 additions and 4 deletions

View File

@@ -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'),