mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Add note for phpcs non-error
This commit is contained in:
parent
8600331e28
commit
f08b6e9b08
|
@ -331,6 +331,7 @@ function get_contributor_user_ids( $contributor_posts ) {
|
|||
";
|
||||
|
||||
$user_ids = $wpdb->get_col(
|
||||
// phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- phpcs is confused by the variable, but it does correctly prepare.
|
||||
$wpdb->prepare( $query, $usernames )
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue