Make WordPress Core

Changeset 44321


Ignore:
Timestamp:
12/19/2018 02:05:41 AM (6 years ago)
Author:
boonebgorges
Message:

Update @since tag on taxonomy hooks to be introduced in 5.1.0.

The hooks were added in [43558] but pulled from the 4.9.x and 5.0.x series.

Fixes #44733.

File:
1 edited

Legend:

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

    r43982 r44321  
    627627     * Fires after a taxonomy is registered for an object type.
    628628     *
    629      * @since 4.9.9
     629     * @since 5.1.0
    630630     *
    631631     * @param string $taxonomy    Taxonomy name.
     
    669669     * Fires after a taxonomy is unregistered for an object type.
    670670     *
    671      * @since 4.9.9
     671     * @since 5.1.0
    672672     *
    673673     * @param string $taxonomy    Taxonomy name.
Note: See TracChangeset for help on using the changeset viewer.