Make WordPress Core

Ticket #38310: 38310.diff

File 38310.diff, 539 bytes (added by mazzomaz, 8 years ago)
  • src/wp-includes/taxonomy.php

     
    25422542 * a WP_Error will be passed back. If you don't pass any slug, then a unique one
    25432543 * will be created for you.
    25442544 *
    2545  * For what can be overrode in `$args`, check the term scheme can contain and stay
    2546  * away from the term keys.
    2547  *
    25482545 * @since 2.3.0
    25492546 *
    25502547 * @global wpdb $wpdb WordPress database abstraction object.