diff --git a/bp-core/bp-core-admin.php b/bp-core/bp-core-admin.php
index 368bab8..274808d 100644
|
a
|
b
|
class BP_Admin { |
| 592 | 592 | </p> |
| 593 | 593 | |
| 594 | 594 | <div class="return-to-dashboard"> |
| 595 | | <a href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Go to Community Settings', 'buddypress' ); ?></a> |
| | 595 | <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> |
| 596 | 596 | </div> |
| 597 | 597 | |
| 598 | 598 | </div> |