Skip to:
Content

BuddyPress.org

Ticket #4895: 4895.diff

File 4895.diff, 811 bytes (added by netweb, 12 years ago)
  • bp-core/bp-core-admin.php

    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 { 
    592592                        </p>
    593593
    594594                        <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>
    596596                        </div>
    597597
    598598                </div>