Skip to content

Commit

Permalink
PROD-7938 - phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrabanjara1991 committed Sep 23, 2024
1 parent 5eb0cf4 commit 6c38b63
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/bp-core/admin/bp-core-admin-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,15 +486,15 @@ function bb_pro_upgrade_notice() {
<div class="bb-upgrade-notice bb-is-dismissible" data-nonce="<?php echo esc_attr( wp_create_nonce( 'bb-upgrade-notice-nonce' ) ); ?>">
<span class="bb-upgrade-point">
<i class="bb-icon-f bb-icon-brand-buddyboss"></i>
<?php
echo sprintf(
/* translators: %1$s is the main text, %2$s is the URL, %3$s is the link text */
'%1$s <a href="%2$s" class="bb-upgrade-notice__link" target="_blank">%3$s</a>',
__( 'Upgrade to pro and unlock more exciting community features!', 'buddyboss' ),
esc_url( 'https://www.buddyboss.com/bbwebupgrade' ),
__( 'Upgrade to Pro', 'buddyboss' )
);
?>
<?php
echo sprintf(
/* translators: %1$s is the main text, %2$s is the URL, %3$s is the link text */
'%1$s <a href="%2$s" class="bb-upgrade-notice__link" target="_blank">%3$s</a>',
__( 'Upgrade to pro and unlock more exciting community features!', 'buddyboss' ),
esc_url( 'https://www.buddyboss.com/bbwebupgrade' ),
__( 'Upgrade to Pro', 'buddyboss' )
);
?>
</span>
<button type="button" class="bb-dismiss-upgrade-notice">
<span class="screen-reader-text">
Expand Down

0 comments on commit 6c38b63

Please sign in to comment.