From 396cc7b2e4ac3fcbad6336128b1fc4d02acb5e39 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 13 Jul 2015 12:59:25 +0000 Subject: [PATCH] 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 --- wp-admin/includes/taxonomy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/taxonomy.php b/wp-admin/includes/taxonomy.php index 9529a2b24f..4f11bdbd4e 100644 --- a/wp-admin/includes/taxonomy.php +++ b/wp-admin/includes/taxonomy.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9652e53675..ed1ea42e26 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.