Ticket #27943: 27943.patch
File 27943.patch, 959 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/taxonomy.php
276 276 * - public - If the taxonomy should be publicly queryable; //@TODO not implemented. 277 277 * * Defaults to true. 278 278 * - hierarchical - Whether the taxonomy is hierarchical (e.g. category). Defaults to false. 279 * - show_ui - Whether to generate a default UI for managing this taxonomy in the admin.279 * - show_ui - Whether to generate a default UI for managing this taxonomy in the admin. 280 280 * * If not set, the default is inherited from public. 281 * - show_in_menu - Whe reto show the taxonomy in the admin menu.281 * - show_in_menu - Whether to show the taxonomy in the admin menu. 282 282 * * If true, the taxonomy is shown as a submenu of the object type menu. 283 283 * * If false, no menu is shown. 284 284 * * show_ui must be true.