Changeset 36709 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 02/25/2016 12:52:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36691 r36709 272 272 * @since 4.2.0 Introduced `show_in_quick_edit` argument. 273 273 * @since 4.4.0 The `show_ui` argument is now enforced on the term editing screen. 274 * @since 4.4.0 The `public` argument now controls whether the taxonomy can be queried on the front -end.274 * @since 4.4.0 The `public` argument now controls whether the taxonomy can be queried on the front end. 275 275 * @since 4.5.0 Introduced `publicly_queryable` argument. 276 276 *
Note: See TracChangeset
for help on using the changeset viewer.