Make WordPress Core

Changeset 22309


Ignore:
Timestamp:
10/25/2012 10:29:37 PM (12 years ago)
Author:
duck_
Message:

Fix documentation typo: s/WP_Erorr/WP_Error/. See #21593.

File:
1 edited

Legend:

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

    r22307 r22309  
    310310 * @param array|string $object_type Name of the object type for the taxonomy object.
    311311 * @param array|string $args See above description for the two keys values.
    312  * @return null|WP_Error WP_Erorr if errors, otherwise null.
     312 * @return null|WP_Error WP_Error if errors, otherwise null.
    313313 */
    314314function register_taxonomy( $taxonomy, $object_type, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.