Make WordPress Core

Changeset 36962


Ignore:
Timestamp:
03/10/2016 10:06:14 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Improve changelog entries added for the delete_term and delete_{$taxonomy} actions in [36080] and a third entry added for the clean_term_cache action in [36399]

See #35213, #35611. See #35986.

File:
1 edited

Legend:

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

    r36961 r36962  
    23962396         *
    23972397         * @since 2.5.0
    2398          * @since 4.5.0 Introduced `$object_ids` argument.
     2398         * @since 4.5.0 Introduced the `$object_ids` argument.
    23992399         *
    24002400         * @param int     $term         Term ID.
     
    24142414         *
    24152415         * @since 2.3.0
    2416          * @since 4.5.0 Introduced `$object_ids` argument.
     2416         * @since 4.5.0 Introduced the `$object_ids` argument.
    24172417         *
    24182418         * @param int     $term         Term ID.
     
    37443744                 *
    37453745                 * @since 2.5.0
    3746                  * @since 4.5.0 Added $clean_taxonomy param.
     3746                 * @since 4.5.0 Added the `$clean_taxonomy` parameter.
    37473747                 *
    37483748                 * @param array  $ids            An array of term IDs.
Note: See TracChangeset for help on using the changeset viewer.