We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b913400 commit aa9a67fCopy full SHA for aa9a67f
integration/load.php
@@ -35,7 +35,7 @@ function plugin_init() {
35
*
36
* @see https://wordpress.org/plugins/enable-mastodon-apps/
37
*/
38
- if ( \defined( 'MASTODON_APPS_VERSION' ) ) {
+ if ( \defined( 'ENABLE_MASTODON_APPS_VERSION' ) ) {
39
require_once __DIR__ . '/class-enable-mastodon-apps.php';
40
Enable_Mastodon_Apps::init();
41
}
0 commit comments