Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r17071 r19593  
    8787 * @param mixed $catarr See defaults below. Set 'cat_ID' to a non-zero value to update an existing category. The 'taxonomy' key was added in 3.0.0.
    8888 * @param bool $wp_error Optional, since 2.5.0. Set this to true if the caller handles WP_Error return values.
    89  * @return int|object The ID number of the new or updated Category on success.  Zero or a WP_Error on failure, depending on param $wp_error.
     89 * @return int|object The ID number of the new or updated Category on success. Zero or a WP_Error on failure, depending on param $wp_error.
    9090 */
    9191function wp_insert_category($catarr, $wp_error = false) {
     
    146146 * @since 2.0.0
    147147 *
    148  * @param array $catarr The 'cat_ID' value is required.  All other keys are optional.
     148 * @param array $catarr The 'cat_ID' value is required. All other keys are optional.
    149149 * @return int|bool The ID number of the new or updated Category on success. Zero or FALSE on failure.
    150150 */
Note: See TracChangeset for help on using the changeset viewer.