Make WordPress Core

Changeset 54794


Ignore:
Timestamp:
11/10/2022 05:14:43 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Improve globals documentation in unregister_taxonomy() and wp_term_is_shared().

Props upadalavipul, mukesh27.
Fixes #57058.
See #56792.

File:
1 edited

Legend:

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

    r54441 r54794  
    559559 * @since 4.5.0
    560560 *
    561  * @global WP            $wp            Current WordPress environment instance.
    562561 * @global WP_Taxonomy[] $wp_taxonomies List of taxonomies.
    563562 *
     
    45234522 * @since 4.4.0
    45244523 *
     4524 * @global wpdb $wpdb WordPress database abstraction object.
     4525 *
    45254526 * @param int $term_id Term ID.
    45264527 * @return bool Returns false if a term is not shared between multiple taxonomies or
Note: See TracChangeset for help on using the changeset viewer.