Skip to content

Commit

Permalink
Update: Grunt string-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mehedi-bb committed Sep 5, 2024
1 parent 5f68708 commit d2999b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/bb-scoper-prefixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* File contains a script to add prefix to below files.
*
* @since BuddyBoss [BBVERSION]
* @since BuddyBoss 2.6.90
* @package BuddyBoss
*/
$files = array(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
},
"license": "GPL-2.0-or-later",
"version": "3.1.0",
"BBVersion": "2.6.80"
"BBVersion": "2.6.90"
}
2 changes: 1 addition & 1 deletion src/bp-core/admin/settings/bp-admin-setting-activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public function bb_admin_setting_callback_enable_activity_schedule_posts() {
/**
* Allow activity poll.
*
* @since BuddyBoss [BBVERSION]
* @since BuddyBoss 2.6.90
*/
public function bb_admin_setting_callback_enable_activity_post_polls( $args ) {
$val = function_exists( 'bb_is_enabled_activity_post_polls' ) ? bb_is_enabled_activity_post_polls( false ) : false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Fires at the beginning of the whats new toolbar.
*
* @since BuddyBoss [BBVERSION]
* @since BuddyBoss 2.6.90
*/
do_action( 'bb_whats_new_toolbar_before' );

Expand Down Expand Up @@ -60,7 +60,7 @@
/**
* Fires at the end of the whats new toolbar.
*
* @since BuddyBoss [BBVERSION]
* @since BuddyBoss 2.6.90
*/
do_action( 'bb_whats_new_toolbar_after' );
?>
Expand Down

0 comments on commit d2999b3

Please sign in to comment.