Plugin Directory

Changeset 1599407


Ignore:
Timestamp:
02/20/2017 04:23:43 AM (9 years ago)
Author:
MikeGillihan
Message:

Correct admin notices

Location:
bb-connect-for-give-donations
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bb-connect-for-give-donations/tags/1.1/bb-connect-give.php

    r1596018 r1599407  
    214214                        <?php
    215215                        $givewp = '<a href="https://wordpress.org/plugins/give/" target="_blank">Give - WordPress Donation Plugin</a>';
    216                         echo sprintf( esc_html__( 'Beaver Builder Bridge: Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
     216                        echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
    217217                    </p>
    218218                </div>
    219219                <?php
    220220            } else if ( is_plugin_active( self::$bb_lite ) && is_plugin_active( self::$bb_pro ) ) {
    221                 echo 'BEAVER ALERT!';
    222221                ?>
    223222                <div class="notice notice-error">
    224223                    <p>
    225224                        <?php
    226                         $bbb_give = '<a href="https://wordpress.org/plugins/beaver-builder-bridge-give-donations/" target="_blank">Beaver Builder Bridge</a>';
     225                        $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for Give Donations</a>';
    227226                        echo sprintf( esc_html__( '%s requires only one activated version of Beaver Builder.', 'bbc-give' ), $bbb_give ); ?>
    228227                    </p>
     
    235234                        <?php
    236235                        $bb_lite = '<a href="https://wordpress.org/plugins/beaver-builder-lite-version/" target="_blank">Beaver Builder</a>';
    237                         echo sprintf( esc_html__( 'Beaver Builder Bridge: Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
     236                        echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
    238237                    </p>
    239238                </div>
  • bb-connect-for-give-donations/trunk/bb-connect-give.php

    r1596011 r1599407  
    214214                        <?php
    215215                        $givewp = '<a href="https://wordpress.org/plugins/give/" target="_blank">Give - WordPress Donation Plugin</a>';
    216                         echo sprintf( esc_html__( 'Beaver Builder Bridge: Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
     216                        echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s. Plugin deactivated.', 'bbc-give' ), $givewp ); ?>
    217217                    </p>
    218218                </div>
    219219                <?php
    220220            } else if ( is_plugin_active( self::$bb_lite ) && is_plugin_active( self::$bb_pro ) ) {
    221                 echo 'BEAVER ALERT!';
    222221                ?>
    223222                <div class="notice notice-error">
    224223                    <p>
    225224                        <?php
    226                         $bbb_give = '<a href="https://wordpress.org/plugins/beaver-builder-bridge-give-donations/" target="_blank">Beaver Builder Bridge</a>';
     225                        $bbb_give = '<a href="https://wordpress.org/plugins/bb-connect-for-give-donations/" target="_blank">BB Connect for Give Donations</a>';
    227226                        echo sprintf( esc_html__( '%s requires only one activated version of Beaver Builder.', 'bbc-give' ), $bbb_give ); ?>
    228227                    </p>
     
    235234                        <?php
    236235                        $bb_lite = '<a href="https://wordpress.org/plugins/beaver-builder-lite-version/" target="_blank">Beaver Builder</a>';
    237                         echo sprintf( esc_html__( 'Beaver Builder Bridge: Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
     236                        echo sprintf( esc_html__( 'BB Connect for Give Donations requires the %1$s plugin. Plugin deactivated.', 'bbc-give' ), $bb_lite ); ?>
    238237                    </p>
    239238                </div>
Note: See TracChangeset for help on using the changeset viewer.