Changeset 52236 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 11/23/2021 09:35:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r51302 r52236 116 116 * } 117 117 * @param bool $wp_error Optional. Default false. 118 * @return int| objectThe ID number of the new or updated Category on success. Zero or a WP_Error on failure,119 * depending on param $wp_error.118 * @return int|WP_Error The ID number of the new or updated Category on success. Zero or a WP_Error on failure, 119 * depending on param `$wp_error`. 120 120 */ 121 121 function wp_insert_category( $catarr, $wp_error = false ) {
Note: See TracChangeset
for help on using the changeset viewer.