minor code style tweaks
This commit is contained in:
parent
17c27a7b7c
commit
aaf054fb5b
@ -163,7 +163,6 @@ class StatifyBlacklist_Admin extends StatifyBlacklist {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -37,7 +37,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||||||
|
|
||||||
// Constants.
|
// Constants.
|
||||||
define( 'STATIFYBLACKLIST_FILE', __FILE__ );
|
define( 'STATIFYBLACKLIST_FILE', __FILE__ );
|
||||||
define( 'STATIFYBLACKLIST_DIR', dirname( __FILE__ ) );
|
define( 'STATIFYBLACKLIST_DIR', __DIR__ );
|
||||||
define( 'STATIFYBLACKLIST_BASE', plugin_basename( __FILE__ ) );
|
define( 'STATIFYBLACKLIST_BASE', plugin_basename( __FILE__ ) );
|
||||||
|
|
||||||
// Check for compatibility.
|
// Check for compatibility.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user