Skip to content
Snippets Groups Projects
Commit 72c2547c authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent 8ee976cd
Branches
Tags
1 merge request!17Bump WP compat
Pipeline #4395 passed
...@@ -91,8 +91,6 @@ class ETH_Escape_HeadSpace2 { ...@@ -91,8 +91,6 @@ class ETH_Escape_HeadSpace2 {
/** /**
* Defer plugin hook additions until all plugins are loaded * Defer plugin hook additions until all plugins are loaded
* Allows plugin to defer to HeadSpace2 when active * Allows plugin to defer to HeadSpace2 when active
*
* @return null
*/ */
private function __construct() { private function __construct() {
add_action( 'plugins_loaded', array( $this, 'maybe_add_hooks' ) ); add_action( 'plugins_loaded', array( $this, 'maybe_add_hooks' ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment