Changeset 26912
- Timestamp:
- 01/07/2014 02:12:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r26868 r26912 290 290 * - show_tagcloud - Whether to list the taxonomy in the Tag Cloud Widget. 291 291 * * If not set, the default is inherited from show_ui. 292 * - show_admin_column - Whether to display a column for the taxonomy on its post type listing screens. 293 * * Defaults to false. 292 294 * - meta_box_cb - Provide a callback function for the meta box display. 293 295 * * If not set, defaults to post_categories_meta_box for hierarchical taxonomies … … 337 339 'show_in_nav_menus' => null, 338 340 'show_tagcloud' => null, 341 'show_admin_column' => false, 339 342 'meta_box_cb' => null, 340 343 'capabilities' => array(),
Note: See TracChangeset
for help on using the changeset viewer.