Make WordPress Core

Ticket #38310: 38310.patch

File 38310.patch, 731 bytes (added by ruud@…, 8 years ago)

Improved docs proposal

  • src/wp-includes/taxonomy.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    25362536 * a WP_Error will be passed back. If you don't pass any slug, then a unique one
    25372537 * will be created for you.
    25382538 *
    2539  * For what can be overrode in `$args`, check the term scheme can contain and stay
    2540  * away from the term keys.
     2539 * Check the $wpdb->terms and $wpdb->term_taxonomy scheme for what can be overridden in `$args`.
     2540 * Do not use the $wpdb->terms and $wpdb->term_taxonomy scheme keys.
    25412541 *
    25422542 * @since 2.3.0
    25432543 *