Make WordPress Core


Ignore:
Timestamp:
11/23/2021 09:35:57 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #53399

File:
1 edited

Legend:

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

    r51302 r52236  
    116116 * }
    117117 * @param bool  $wp_error Optional. Default false.
    118  * @return int|object The 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`.
    120120 */
    121121function wp_insert_category( $catarr, $wp_error = false ) {
Note: See TracChangeset for help on using the changeset viewer.