]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/taxonomy.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / includes / taxonomy.php
index 4f11bdbd4e12b69ae96d621c588298c6d7f73cbf..3d4154dae0ffba1049fd6904bced1ce4e8a71804 100644 (file)
@@ -93,9 +93,9 @@ function wp_create_categories( $categories, $post_id = '' ) {
  * @param array $catarr {
  *     Array of arguments for inserting a new category.
  *
- *     @type int        $cat_ID               Categoriy ID. A non-zero value updates an existing category.
+ *     @type int        $cat_ID               Category ID. A non-zero value updates an existing category.
  *                                            Default 0.
- *     @type string     $taxonomy             Taxonomy slug. Defualt 'category'.
+ *     @type string     $taxonomy             Taxonomy slug. Default 'category'.
  *     @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.