Skip to content

Commit

Permalink
fix const
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Sep 17, 2024
1 parent b913400 commit aa9a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit aa9a67f

Please sign in to comment.