Changeset 32208 for trunk/tests/phpunit/tests/term/wpUpdateTerm.php
- Timestamp:
- 04/20/2015 03:17:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpUpdateTerm.php
r32117 r32208 275 275 $t2 = wp_insert_term( 'Foo', 'wptests_tax_2' ); 276 276 277 // Manually modify because s plitterms shouldn't naturally occur.277 // Manually modify because shared terms shouldn't naturally occur. 278 278 $wpdb->update( $wpdb->term_taxonomy, 279 279 array( 'term_id' => $t1['term_id'] ), … … 316 316 $t2 = wp_insert_term( 'Foo', 'wptests_tax_2' ); 317 317 318 // Manually modify because s plitterms shouldn't naturally occur.318 // Manually modify because shared terms shouldn't naturally occur. 319 319 $wpdb->update( $wpdb->term_taxonomy, 320 320 array( 'term_id' => $t1['term_id'] ),
Note: See TracChangeset
for help on using the changeset viewer.