- Timestamp:
- 10/13/2012 07:00:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-legacy/buddypress/members/register.php
r6284 r6401 17 17 18 18 <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?> 19 20 <h2><?php _e( 'Create an Account', 'buddypress' ); ?></h2>21 19 22 20 <?php do_action( 'template_notices' ); ?> … … 170 168 <p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> 171 169 <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> 172 </p> 170 </p> 173 171 <?php endif ?> 174 172 … … 247 245 <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?> 248 246 249 <h2><?php _e( 'Sign Up Complete!', 'buddypress' ); ?></h2>250 251 247 <?php do_action( 'template_notices' ); ?> 252 248 <?php do_action( 'bp_before_registration_confirmed' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.