Skip to:
Content

BuddyPress.org

Changeset 6863


Ignore:
Timestamp:
03/25/2013 01:33:34 PM (12 years ago)
Author:
boonebgorges
Message:

Makes settings text more consistent in Dashboard.

Fixes #4895

Props netweb

File:
1 edited

Legend:

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

    r6852 r6863  
    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
Note: See TracChangeset for help on using the changeset viewer.