Make WordPress Core


Ignore:
Timestamp:
09/11/2015 06:47:03 PM (9 years ago)
Author:
ocean90
Message:

Docs: Fix DocBlock formatting for wp_insert_term().

File:
1 edited

Legend:

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

    r33954 r34051  
    22082208 * If the taxonomy is hierarchical, and the 'parent' argument is not empty,
    22092209 * the term is inserted and the term_id will be given.
    2210 
     2210 *
    22112211 * Error handling:
    22122212 * If $taxonomy does not exist or $term is empty,
     
    22172217 *
    22182218 * @global wpdb $wpdb WordPress database abstraction object.
    2219 
     2219 *
    22202220 * @since 2.3.0
    22212221 *
Note: See TracChangeset for help on using the changeset viewer.