Make WordPress Core


Ignore:
Timestamp:
08/25/2023 05:09:09 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Improve PHPCS comments general consistency.

Props nekojonez.
See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/functions.php

    r55025 r56472  
    119119                $wpdb->termmeta,
    120120        ) as $table ) {
    121                 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
     121                // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
    122122                $wpdb->query( "DELETE FROM {$table}" );
    123123        }
     
    127127                $wpdb->term_taxonomy,
    128128        ) as $table ) {
    129                 //phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
     129                // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
    130130                $wpdb->query( "DELETE FROM {$table} WHERE term_id != 1" );
    131131        }
Note: See TracChangeset for help on using the changeset viewer.