Changeset 9014 for trunk/src/bp-core/bp-core-admin.php
- Timestamp:
- 09/14/2014 10:55:18 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r9013 r9014 812 812 </p> 813 813 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 820 814 </div> 821 815
Note: See TracChangeset
for help on using the changeset viewer.