mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 09:40:13 +00:00
Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin.
See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -57,7 +57,8 @@ $home_path = get_home_path();
|
||||
$iis7_permalinks = iis7_supports_permalinks();
|
||||
$permalink_structure = get_option( 'permalink_structure' );
|
||||
|
||||
$prefix = $blog_prefix = '';
|
||||
$prefix = '';
|
||||
$blog_prefix = '';
|
||||
if ( ! got_url_rewrite() ) {
|
||||
$prefix = '/index.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user