fix const

This commit is contained in:
Matthias Pfefferle 2024-09-17 14:42:29 +02:00
parent b913400895
commit aa9a67f1c1

View file

@ -35,7 +35,7 @@ function plugin_init() {
* *
* @see https://wordpress.org/plugins/enable-mastodon-apps/ * @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'; require_once __DIR__ . '/class-enable-mastodon-apps.php';
Enable_Mastodon_Apps::init(); Enable_Mastodon_Apps::init();
} }