Skip to:
Content

BuddyPress.org

Changeset 8775


Ignore:
Timestamp:
08/09/2014 06:41:54 PM (11 years ago)
Author:
djpaul
Message:

Welcome screen: add nav bar and logo to Credits tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-admin.php

    r8774 r8775  
    651651                <?php endif; ?>
    652652            </div>
     653
     654            <div class="bp-badge"></div>
     655
     656            <h2 class="nav-tab-wrapper">
     657                <a class="nav-tab" href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-about' ), 'index.php' ) ) ); ?>">
     658                    <?php _e( 'What&#8217;s New', 'buddypress' ); ?>
     659                </a><a class="nav-tab nav-tab-active" href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-credits' ), 'index.php' ) ) ); ?>">
     660                    <?php _e( 'Credits', 'buddypress' ); ?>
     661                </a>
     662            </h2>
    653663
    654664            <p class="about-description"><?php _e( 'BuddyPress is created by a worldwide network of friendly folks.', 'buddypress' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.