From 5301cdaed73a10a91f6f060ed5e920f090f13fed Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Fri, 27 Oct 2023 13:53:17 -0600 Subject: [PATCH] Init Comments class --- activitypub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/activitypub.php b/activitypub.php index 97f6067..ff87e52 100644 --- a/activitypub.php +++ b/activitypub.php @@ -72,6 +72,7 @@ function plugin_init() { \add_action( 'init', array( __NAMESPACE__ . '\Mention', 'init' ) ); \add_action( 'init', array( __NAMESPACE__ . '\Health_Check', 'init' ) ); \add_action( 'init', array( __NAMESPACE__ . '\Scheduler', 'init' ) ); + \add_action( 'init', array( __NAMESPACE__ . '\Comments', 'init' ) ); if ( site_supports_blocks() ) { \add_action( 'init', array( __NAMESPACE__ . '\Blocks', 'init' ) );