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

Built from https://develop.svn.wordpress.org/trunk@33190


git-svn-id: http://core.svn.wordpress.org/trunk@33162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-07-13 12:59:25 +00:00
parent ae50d09585
commit 396cc7b2e4
2 changed files with 2 additions and 2 deletions

View 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33189';
$wp_version = '4.3-beta2-33190';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.