Changeset 5151
- Timestamp:
- 09/16/2011 05:38:18 PM (13 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r5073 r5151 571 571 // Static pages 572 572 $static_pages = array( 573 'register' => __( ' Sign-up','buddypress' ),574 'activate' => __( 'Activat ion', 'buddypress' ),573 'register' => __( 'Register', 'buddypress' ), 574 'activate' => __( 'Activate', 'buddypress' ), 575 575 ); ?> 576 576 -
trunk/bp-core/bp-core-functions.php
r5094 r5151 402 402 // Activate and Register are special cases. They are not components but they need WP pages. 403 403 // If user registration is disabled, we can skip this step. 404 if ( isset( $bp->site_options['registration'] ) && ( 'user' == $bp->site_options['registration'] || ( 'all' == $bp->site_options['registration'] )) ) {404 if ( bp_get_signup_allowed() ) { 405 405 $wp_page_components[] = array( 406 406 'id' => 'activate',
Note: See TracChangeset
for help on using the changeset viewer.