FIX removing the metabox_cb to fix error
This commit is contained in:
parent
f610e9f218
commit
50fca9b6b1
|
|
@ -43,7 +43,7 @@ function dynamiques_taxonomy_init()
|
||||||
'show_admin_column' => true,
|
'show_admin_column' => true,
|
||||||
'show_in_nav_menus' => true,
|
'show_in_nav_menus' => true,
|
||||||
'show_tagcloud' => true,
|
'show_tagcloud' => true,
|
||||||
'meta_box_cb' => true,
|
'meta_box_cb' => false,
|
||||||
);
|
);
|
||||||
register_taxonomy('etiquettes', array('articles', 'revues'), $args);
|
register_taxonomy('etiquettes', array('articles', 'revues'), $args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user