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/category.php

    r45580 r45590  
    5252            )
    5353        );
    54         $taxonomy = $args['taxonomy'] = 'link_category';
     54        $taxonomy         = 'link_category';
     55        $args['taxonomy'] = $taxonomy;
    5556    }
    5657
Note: See TracChangeset for help on using the changeset viewer.