Make WordPress Core


Ignore:
Timestamp:
01/05/2021 04:46:02 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use more consistent descriptions for void|false return values.

See #51800.

File:
1 edited

Legend:

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

    r49929 r49935  
    35323532 * @param string|int[]    $object_ids  Comma-separated list or array of term object IDs.
    35333533 * @param string|string[] $object_type The taxonomy object type or array of the same.
    3534  * @return void|false False if all of the terms in `$object_ids` are already cached.
     3534 * @return void|false Void on success or if the `$object_ids` parameter is empty,
     3535 *                    false if all of the terms in `$object_ids` are already cached.
    35353536 */
    35363537function update_object_term_cache( $object_ids, $object_type ) {
Note: See TracChangeset for help on using the changeset viewer.