Make WordPress Core

Ticket #32014: 32014.patch

File 32014.patch, 644 bytes (added by dlh, 11 years ago)
  • tests/phpunit/tests/term/wpUpdateTerm.php

     
    274274                $t1 = wp_insert_term( 'Foo', 'wptests_tax' );
    275275                $t2 = wp_insert_term( 'Foo', 'wptests_tax_2' );
    276276
    277                 // Manually modify because split terms shouldn't naturally occur.
     277                // Manually modify because shared terms shouldn't naturally occur.
    278278                $wpdb->update( $wpdb->term_taxonomy,
    279279                        array( 'term_id' => $t1['term_id'] ),
    280280                        array( 'term_taxonomy_id' => $t2['term_taxonomy_id'] ),