Changeset 56472 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 08/25/2023 05:09:09 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r55025 r56472 119 119 $wpdb->termmeta, 120 120 ) as $table ) { 121 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared121 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 122 122 $wpdb->query( "DELETE FROM {$table}" ); 123 123 } … … 127 127 $wpdb->term_taxonomy, 128 128 ) as $table ) { 129 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared129 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared 130 130 $wpdb->query( "DELETE FROM {$table} WHERE term_id != 1" ); 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.