Skip to content

Commit aa9a67f

Browse files
committed
fix const
1 parent b913400 commit aa9a67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function plugin_init() {
3535
*
3636
* @see https://wordpress.org/plugins/enable-mastodon-apps/
3737
*/
38-
if ( \defined( 'MASTODON_APPS_VERSION' ) ) {
38+
if ( \defined( 'ENABLE_MASTODON_APPS_VERSION' ) ) {
3939
require_once __DIR__ . '/class-enable-mastodon-apps.php';
4040
Enable_Mastodon_Apps::init();
4141
}

0 commit comments

Comments
 (0)