Make WordPress Core

Changeset 33190


Ignore:
Timestamp:
07/13/2015 12:58:07 PM (10 years ago)
Author:
johnbillion
Message:

Correct a parameter name in the docs for wp_insert_category().

File:
1 edited

Legend:

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

    r31293 r33190  
    9797 *                                            Default 0.
    9898 *     @type string     $taxonomy             Taxonomy slug. Defualt 'category'.
    99  *     @type string     $cat_nam              Category name. Default empty.
     99 *     @type string     $cat_name             Category name. Default empty.
    100100 *     @type string     $category_description Category description. Default empty.
    101101 *     @type string     $category_nicename    Category nice (display) name. Default empty.
Note: See TracChangeset for help on using the changeset viewer.