Changeset 2453 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 01/25/2010 04:41:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r2389 r2453 24 24 <?php /***** Basic Account Details ******/ ?> 25 25 26 <h 3><?php _e( 'Account Details', 'buddypress' ) ?></h3>26 <h4><?php _e( 'Account Details', 'buddypress' ) ?></h4> 27 27 28 28 <label for="signup_username"><?php _e( 'Username', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label> … … 53 53 <div class="register-section" id="profile-details-section"> 54 54 55 <h 3><?php _e( 'Profile Details', 'buddypress' ) ?></h3>55 <h4><?php _e( 'Profile Details', 'buddypress' ) ?></h4> 56 56 57 57 <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> … … 169 169 <div class="register-section" id="blog-details-section"> 170 170 171 <h 3><?php _e( 'Blog Details', 'buddypress' ) ?></h3>171 <h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4> 172 172 173 173 <p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new blog', 'buddypress' ) ?></p> … … 230 230 <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?> 231 231 232 <h 3><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h3>232 <h4><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h4> 233 233 <p><?php _e( "We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?", 'buddypress' ) ?></p> 234 234
Note: See TracChangeset
for help on using the changeset viewer.