Make WordPress Core

Ticket #27943: 27943.patch

File 27943.patch, 959 bytes (added by SergeyBiryukov, 11 years ago)
  • src/wp-includes/taxonomy.php

     
    276276 * - public - If the taxonomy should be publicly queryable; //@TODO not implemented.
    277277 *     * Defaults to true.
    278278 * - 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.
    280280 *     * If not set, the default is inherited from public.
    281  * - show_in_menu - Where to show the taxonomy in the admin menu.
     281 * - show_in_menu - Whether to show the taxonomy in the admin menu.
    282282 *     * If true, the taxonomy is shown as a submenu of the object type menu.
    283283 *     * If false, no menu is shown.
    284284 *     * show_ui must be true.