From aa9a67f1c11504a6319d53efcb26f058ae1303da Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 17 Sep 2024 14:42:29 +0200 Subject: [PATCH] fix const --- integration/load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/load.php b/integration/load.php index d6a3ac290..509a36e53 100644 --- a/integration/load.php +++ b/integration/load.php @@ -35,7 +35,7 @@ function plugin_init() { * * @see https://wordpress.org/plugins/enable-mastodon-apps/ */ - if ( \defined( 'MASTODON_APPS_VERSION' ) ) { + if ( \defined( 'ENABLE_MASTODON_APPS_VERSION' ) ) { require_once __DIR__ . '/class-enable-mastodon-apps.php'; Enable_Mastodon_Apps::init(); }