Make WordPress Core


Ignore:
Timestamp:
07/02/2019 11:41:16 PM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-includes.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-user-query.php

    r44410 r45590  
    328328
    329329            // Prevent extra meta query.
    330             $qv['blog_id'] = $blog_id = 0;
     330            $qv['blog_id'] = 0;
     331            $blog_id       = 0;
    331332
    332333            if ( empty( $this->meta_query->queries ) ) {
Note: See TracChangeset for help on using the changeset viewer.