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-styles.php

    r43564 r45590  
    145145
    146146        $src         = $obj->src;
    147         $cond_before = $cond_after = '';
     147        $cond_before = '';
     148        $cond_after  = '';
    148149        $conditional = isset( $obj->extra['conditional'] ) ? $obj->extra['conditional'] : '';
    149150
Note: See TracChangeset for help on using the changeset viewer.