Changeset 53873
- Timestamp:
- 08/10/2022 01:52:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r53871 r53873 391 391 * @global WP_Taxonomy[] $wp_taxonomies Registered taxonomies. 392 392 * 393 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. 393 * @param string $taxonomy Taxonomy key, must not exceed 32 characters and may only contain lowercase alphanumeric 394 * characters, dashes, and underscores. See sanitize_key(). 394 395 * @param array|string $object_type Object type or array of object types with which the taxonomy should be associated. 395 396 * @param array|string $args {
Note: See TracChangeset
for help on using the changeset viewer.