Changeset 45607 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r45580 r45607 101 101 $wpdb->termmeta, 102 102 ) as $table ) { 103 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 103 104 $wpdb->query( "DELETE FROM {$table}" ); 104 105 } … … 108 109 $wpdb->term_taxonomy, 109 110 ) as $table ) { 111 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 110 112 $wpdb->query( "DELETE FROM {$table} WHERE term_id != 1" ); 111 113 }
Note: See TracChangeset
for help on using the changeset viewer.