minor code style tweaks

This commit is contained in:
Stefan Kalscheuer 2023-04-01 15:14:40 +02:00
parent 17c27a7b7c
commit aaf054fb5b
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 2 additions and 3 deletions

View File

@ -163,7 +163,6 @@ class StatifyBlacklist_Admin extends StatifyBlacklist {
) )
); );
} }
} }
/** /**

View File

@ -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.