More yoda conditions
This commit is contained in:
@ -75,7 +75,7 @@ class Domain_Mapping {
|
||||
/*
|
||||
* Don't run during installation...
|
||||
*/
|
||||
if (defined('WP_INSTALLING') && $_SERVER['SCRIPT_NAME'] !== '/wp-activate.php') {
|
||||
if (defined('WP_INSTALLING') && '/wp-activate.php' !== $_SERVER['SCRIPT_NAME']) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user