Minor code style adjustments

This commit is contained in:
2018-11-01 13:55:43 +01:00
parent bd92338d85
commit d49336dee5
12 changed files with 140 additions and 26 deletions

View File

@ -8,7 +8,9 @@
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WP Liveticker 2 admin configuration.