violate a coding standard
This commit is contained in:
parent
7bb31e1a71
commit
6a89c00e2d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit; // @codeCoverageIgnore
|
||||
defined('ABSPATH' ) || exit; // @codeCoverageIgnore
|
||||
|
||||
define( 'ACTIVITYPUB_EVENT_EXTENSIONS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'ACTIVITYPUB_EVENT_EXTENSIONS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
||||
|
|
Loading…
Reference in a new issue