typo fixes

This commit is contained in:
2020-05-10 11:35:18 +02:00
parent 736cec1d12
commit ac73b2316d
5 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ if ( statify_blacklist_compatibility_check() ) {
// Autoload.
spl_autoload_register( 'statify_blacklist_autoload' );
} else {
// Disbale plugin, if active.
// Disable plugin, if active.
add_action( 'admin_init', 'statify_blacklist_disable' );
}