oops
This commit is contained in:
parent
ceaa3a4241
commit
fcf71c456b
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ function init() {
|
||||||
require_once dirname( __FILE__ ) . '/includes/class-hashtag.php';
|
require_once dirname( __FILE__ ) . '/includes/class-hashtag.php';
|
||||||
\Activitypub\Hashtag::init();
|
\Activitypub\Hashtag::init();
|
||||||
|
|
||||||
require_once dirname( __FILE__ ) . '/includes/class-health-check.php';
|
#require_once dirname( __FILE__ ) . '/includes/class-health-check.php';
|
||||||
\Activitypub\Health_Check::init();
|
#\Activitypub\Health_Check::init();
|
||||||
}
|
}
|
||||||
add_action( 'plugins_loaded', '\Activitypub\init' );
|
add_action( 'plugins_loaded', '\Activitypub\init' );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue