src/bp-core/bp-core-admin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bp-core/bp-core-admin.php b/src/bp-core/bp-core-admin.php
index 7ccfe7d..1d3855a 100644
|
a
|
b
|
class BP_Admin { |
| 535 | 535 | '<a href="%s" class="welcome-icon welcome-edit-page">' . __( 'Customize Settings', 'buddypress' ) . '</a>', bp_get_admin_url( add_query_arg( array( 'page' => 'bp-settings' ), $this->settings_page ) ) |
| 536 | 536 | ); ?></li> |
| 537 | 537 | </ul> |
| 538 | | <a class="button button-primary button-hero" style="margin-bottom:20px;margin-top:0;" href="<?php bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ); ?>" ><?php _e( 'Get Started', 'buddypress' ); ?></a> |
| | 538 | <a class="button button-primary button-hero" style="margin-bottom:20px;margin-top:0;" href="<?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' => 'bp-components' ), $this->settings_page ) ) ); ?>"><?php _e( 'Get Started', 'buddypress' ); ?></a> |
| 539 | 539 | </div> |
| 540 | 540 | <div class="welcome-panel-column"> |
| 541 | 541 | <h4><?php _e( 'Administration Tools', 'buddypress' ); ?></h4> |