Changeset 51885 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/04/2021 08:42:54 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r51837 r51885 199 199 * @since 3.0.0 200 200 * 201 * @global array$wp_taxonomies The registered taxonomies.201 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 202 202 * 203 203 * @param array $args Optional. An array of `key => value` arguments to match against the taxonomy objects. … … 232 232 * @since 2.3.0 233 233 * 234 * @global array$wp_taxonomies The registered taxonomies.234 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 235 235 * 236 236 * @param string|string[]|WP_Post $object Name of the type of taxonomy object, or an object (row from posts) … … 273 273 * @since 2.3.0 274 274 * 275 * @global array$wp_taxonomies The registered taxonomies.275 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 276 276 * 277 277 * @param string $taxonomy Name of taxonomy object to return. … … 299 299 * @since 3.0.0 300 300 * 301 * @global array$wp_taxonomies The registered taxonomies.301 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 302 302 * 303 303 * @param string $taxonomy Name of taxonomy object. … … 357 357 * @since 5.5.0 Introduced `default_term` argument. 358 358 * 359 * @global array$wp_taxonomies Registered taxonomies.359 * @global WP_Taxonomy[] $wp_taxonomies Registered taxonomies. 360 360 * 361 361 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. … … 508 508 * 509 509 * @global WP $wp Current WordPress environment instance. 510 * @global array$wp_taxonomies List of taxonomies.510 * @global WP_Taxonomy[] $wp_taxonomies List of taxonomies. 511 511 * 512 512 * @param string $taxonomy Taxonomy name. … … 685 685 * @since 3.0.0 686 686 * 687 * @global array$wp_taxonomies The registered taxonomies.687 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 688 688 * 689 689 * @param string $taxonomy Name of taxonomy object. … … 727 727 * @since 3.7.0 728 728 * 729 * @global array$wp_taxonomies The registered taxonomies.729 * @global WP_Taxonomy[] $wp_taxonomies The registered taxonomies. 730 730 * 731 731 * @param string $taxonomy Name of taxonomy object.
Note: See TracChangeset
for help on using the changeset viewer.