Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/14/2014 10:55:18 AM (11 years ago)
Author:
djpaul
Message:

Welcome screen: remove "go to the settings screen" text link from the bottom of the credits screen.

This doesn't add much value and kind of spoils the bottom of the credits screen, albeit only for site admins.

File:
1 edited

Legend:

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

    r9013 r9014  
    812812            </p>
    813813
    814             <?php if ( current_user_can( $this->capability ) ) :?>
    815                 <div class="return-to-dashboard">
    816                     <a href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Go to the BuddyPress Settings page', 'buddypress' ); ?></a>
    817                 </div>
    818             <?php endif;?>
    819 
    820814        </div>
    821815
Note: See TracChangeset for help on using the changeset viewer.