Changeset 34717 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 09/30/2015 04:12:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r33190 r34717 94 94 * Array of arguments for inserting a new category. 95 95 * 96 * @type int $cat_ID Categor iy ID. A non-zero value updates an existing category.96 * @type int $cat_ID Category ID. A non-zero value updates an existing category. 97 97 * Default 0. 98 * @type string $taxonomy Taxonomy slug. Def ualt 'category'.98 * @type string $taxonomy Taxonomy slug. Default 'category'. 99 99 * @type string $cat_name Category name. Default empty. 100 100 * @type string $category_description Category description. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.