Make WordPress Core


Ignore:
Timestamp:
09/24/2015 08:15:29 PM (9 years ago)
Author:
johnbillion
Message:

Add a @since entry for the implementation of the $public argument in register_taxonomy().

See #21949

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy-functions.php

    r34510 r34516  
    273273 * @since 4.2.0 Introduced `show_in_quick_edit` argument.
    274274 * @since 4.4.0 The `show_ui` argument is now enforced on the term editing screen.
     275 * @since 4.4.0 The `public` argument now controls whether the taxonomy can be queried on the front-end.
    275276 *
    276277 * @global array $wp_taxonomies Registered taxonomies.
Note: See TracChangeset for help on using the changeset viewer.