Make WordPress Core


Ignore:
Timestamp:
02/17/2016 10:03:50 PM (8 years ago)
Author:
boonebgorges
Message:

Add changelog entry for publicly_queryable argument in register_taxonomy().

Missed in [36525].

Fixes #34491.

File:
1 edited

Legend:

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

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