Make WordPress Core


Ignore:
Timestamp:
04/20/2015 03:17:24 PM (9 years ago)
Author:
boonebgorges
Message:

In term-splitting unit tests, correct incorrect wording in an inline comment.

Props dlh.
Fixes #32014.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/term/wpUpdateTerm.php

    r32117 r32208  
    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'] ),
     
    316316        $t2 = wp_insert_term( 'Foo', 'wptests_tax_2' );
    317317
    318         // Manually modify because split terms shouldn't naturally occur.
     318        // Manually modify because shared terms shouldn't naturally occur.
    319319        $wpdb->update( $wpdb->term_taxonomy,
    320320            array( 'term_id' => $t1['term_id'] ),
Note: See TracChangeset for help on using the changeset viewer.