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.