Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r52163 r52204  
    28932893 * @param int              $object_id The ID of the object from which the terms will be removed.
    28942894 * @param string|int|array $terms     The slug(s) or ID(s) of the term(s) to remove.
    2895  * @param array|string     $taxonomy  Taxonomy name.
     2895 * @param string           $taxonomy  Taxonomy name.
    28962896 * @return bool|WP_Error True on success, false or WP_Error on failure.
    28972897 */
Note: See TracChangeset for help on using the changeset viewer.