Make WordPress Core


Ignore:
Timestamp:
08/09/2022 10:39:12 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Various docblock fixes in Core Taxonomy API, as per docs standards.

See #55646.

File:
1 edited

Legend:

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

    r53869 r53871  
    558558 * @since 4.5.0
    559559 *
    560  * @global WP    $wp            Current WordPress environment instance.
     560 * @global WP            $wp            Current WordPress environment instance.
    561561 * @global WP_Taxonomy[] $wp_taxonomies List of taxonomies.
    562562 *
     
    21602160 * @param int $cat_ID Category term ID.
    21612161 * @return bool|int|WP_Error Returns true if completes delete action; false if term doesn't exist;
    2162  *  Zero on attempted deletion of default Category; WP_Error object is also a possibility.
     2162 *                           Zero on attempted deletion of default Category; WP_Error object is
     2163 *                           also a possibility.
    21632164 */
    21642165function wp_delete_category( $cat_ID ) {
Note: See TracChangeset for help on using the changeset viewer.