Skip to:
Content

BuddyPress.org

Changeset 9005


Ignore:
Timestamp:
09/12/2014 07:11:27 PM (10 years ago)
Author:
djpaul
Message:

Welcome screen: fix broken link for "get started".

Fixes #5840, props mercime

File:
1 edited

Legend:

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

    r9004 r9005  
    536536                                    ); ?></li>
    537537                                </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>
    539539                            </div>
    540540                            <div class="welcome-panel-column">
Note: See TracChangeset for help on using the changeset viewer.