Make WordPress Core


Ignore:
Timestamp:
03/07/2022 12:55:57 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Correct the indentation in delete_term_relationships filter.

See #54673.

File:
1 edited

Legend:

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

    r52707 r52826  
    29382938         * @since 4.7.0 Added the `$taxonomy` parameter.
    29392939         *
    2940          * @param int   $object_id Object ID.
    2941          * @param array $tt_ids    An array of term taxonomy IDs.
     2940         * @param int    $object_id Object ID.
     2941         * @param array  $tt_ids    An array of term taxonomy IDs.
    29422942         * @param string $taxonomy  Taxonomy slug.
    29432943         */
Note: See TracChangeset for help on using the changeset viewer.