Make WordPress Core


Ignore:
Timestamp:
07/01/2019 12:50:14 PM (6 years ago)
Author:
pento
Message:

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

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r45424 r45583  
    5858$permalink_structure = get_option( 'permalink_structure' );
    5959
    60 $prefix = $blog_prefix = '';
     60$prefix      = '';
     61$blog_prefix = '';
    6162if ( ! got_url_rewrite() ) {
    6263    $prefix = '/index.php';
Note: See TracChangeset for help on using the changeset viewer.