Ticket #38310: 38310.diff
File 38310.diff, 539 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/taxonomy.php
2542 2542 * a WP_Error will be passed back. If you don't pass any slug, then a unique one 2543 2543 * will be created for you. 2544 2544 * 2545 * For what can be overrode in `$args`, check the term scheme can contain and stay2546 * away from the term keys.2547 *2548 2545 * @since 2.3.0 2549 2546 * 2550 2547 * @global wpdb $wpdb WordPress database abstraction object.