]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/taxonomy.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / includes / taxonomy.php
index 9529a2b24fa665831ce7879ecfe9e7c0430f3e64..4f11bdbd4e12b69ae96d621c588298c6d7f73cbf 100644 (file)
@@ -96,7 +96,7 @@ function wp_create_categories( $categories, $post_id = '' ) {
  *     @type int        $cat_ID               Categoriy ID. A non-zero value updates an existing category.
  *                                            Default 0.
  *     @type string     $taxonomy             Taxonomy slug. Defualt 'category'.
- *     @type string     $cat_nam              Category name. Default empty.
+ *     @type string     $cat_name             Category name. Default empty.
  *     @type string     $category_description Category description. Default empty.
  *     @type string     $category_nicename    Category nice (display) name. Default empty.
  *     @type int|string $category_parent      Category parent ID. Default empty.