Skip to content

Commit

Permalink
Update buddyboss.php
Browse files Browse the repository at this point in the history
Issue #417
  • Loading branch information
Md. Alimuzzaman Alim committed Dec 12, 2019
1 parent 51efd44 commit a404336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/classes/compatibility/buddyboss.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Plugin Name: BuddyPress
* Plugin Name: BuddyBoss
* Plugin URI: https://www.buddyboss.com/platform/
*
* Compatibility Description: Ensures compatibility with BuddyBoss.
Expand All @@ -14,7 +14,7 @@
class BuddyBoss extends ICompatibility {
protected $id = 'buddyboss';
protected $title = 'BuddyBoss';
protected $constant = 'WP_STATELESS_COMPATIBILITY_BUDDYPRESS';
protected $constant = 'WP_STATELESS_COMPATIBILITY_BUDDYBOSS';
protected $description = 'Ensures compatibility with BuddyBoss.';
protected $plugin_file = ['buddyboss-platform/bp-loader.php'];

Expand Down

0 comments on commit a404336

Please sign in to comment.