Changeset 53871
- Timestamp:
- 08/09/2022 10:39:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r53869 r53871 558 558 * @since 4.5.0 559 559 * 560 * @global WP $wp Current WordPress environment instance.560 * @global WP $wp Current WordPress environment instance. 561 561 * @global WP_Taxonomy[] $wp_taxonomies List of taxonomies. 562 562 * … … 2160 2160 * @param int $cat_ID Category term ID. 2161 2161 * @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. 2163 2164 */ 2164 2165 function wp_delete_category( $cat_ID ) {
Note: See TracChangeset
for help on using the changeset viewer.