Ticket #6227: buddypress.patch
| File buddypress.patch, 811 bytes (added by , 11 years ago) |
|---|
-
src/bp-core/bp-core-admin.php
504 504 <h3 style="margin:0"><?php _e( 'Getting Started with BuddyPress', 'buddypress' ); ?></h3> 505 505 <div class="welcome-panel-column-container"> 506 506 <div class="welcome-panel-column"> 507 <h4><?php _e( 'Configure Buddy press', 'buddypress' ); ?></h4>507 <h4><?php _e( 'Configure BuddyPress', 'buddypress' ); ?></h4> 508 508 <ul> 509 509 <li><?php printf( 510 510 '<a href="%s" class="welcome-icon welcome-edit-page">' . __( 'Set Up Components', 'buddypress' ) . '</a>', bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) )