diff --git a/eth-escape-headspace.php b/eth-escape-headspace.php index 02dbe0cc66dc5d59ec6d7a445ed468babee8a4fe..b79cbde15c567e7e9fd78b41d3b91835fbd1866c 100644 --- a/eth-escape-headspace.php +++ b/eth-escape-headspace.php @@ -91,8 +91,6 @@ class ETH_Escape_HeadSpace2 { /** * Defer plugin hook additions until all plugins are loaded * Allows plugin to defer to HeadSpace2 when active - * - * @return null */ private function __construct() { add_action( 'plugins_loaded', array( $this, 'maybe_add_hooks' ) );