Make WordPress Core


Ignore:
Timestamp:
09/30/2015 04:12:16 AM (11 years ago)
Author:
DrewAPicture
Message:

Docs: There are quite alot of typos in core inline comments.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/taxonomy.php

    r33190 r34717  
    9494 *     Array of arguments for inserting a new category.
    9595 *
    96  *     @type int        $cat_ID               Categoriy ID. A non-zero value updates an existing category.
     96 *     @type int        $cat_ID               Category ID. A non-zero value updates an existing category.
    9797 *                                            Default 0.
    98  *     @type string     $taxonomy             Taxonomy slug. Defualt 'category'.
     98 *     @type string     $taxonomy             Taxonomy slug. Default 'category'.
    9999 *     @type string     $cat_name             Category name. Default empty.
    100100 *     @type string     $category_description Category description. Default empty.
Note: See TracChangeset for help on using the changeset viewer.