mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 21:30:26 +00:00
Docs: There are quite alot of typos in core inline comments.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34717 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user