remove useless parenthesis around DOING_AUTOSAVE check
This commit is contained in:
parent
268e3933c8
commit
93b4dd744d
@ -80,7 +80,7 @@ class StatifyBlacklist {
|
|||||||
*/
|
*/
|
||||||
public static function init() {
|
public static function init() {
|
||||||
// Skip on autosave.
|
// Skip on autosave.
|
||||||
if ( ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) {
|
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user