From 4c8b191560dca089715c23cbf5b89447dbce017c Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Fri, 27 Jan 2023 14:30:50 +0100 Subject: [PATCH] Remove whitespace --- activitypub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub.php b/activitypub.php index 0a3a950..4d1abb1 100644 --- a/activitypub.php +++ b/activitypub.php @@ -74,7 +74,7 @@ function init() { require_once \dirname( __FILE__ ) . '/includes/class-shortcodes.php'; \Activitypub\Shortcodes::init(); - + require_once \dirname( __FILE__ ) . '/includes/class-mention.php'; \Activitypub\Mention::init();