Skip to:
Content

BuddyPress.org

Ticket #6875: 6875.patch

File 6875.patch, 1.6 KB (added by mercime, 9 years ago)
  • src/bp-templates/bp-legacy/buddypress/members/register.php

     
    7171
    7272                                <?php /***** Basic Account Details ******/ ?>
    7373
    74                                 <h4><?php _e( 'Account Details', 'buddypress' ); ?></h4>
     74                                <h2><?php _e( 'Account Details', 'buddypress' ); ?></h2>
    7575
    7676                                <label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    7777                                <?php
     
    153153
    154154                                <div class="register-section" id="profile-details-section">
    155155
    156                                         <h4><?php _e( 'Profile Details', 'buddypress' ); ?></h4>
     156                                        <h2><?php _e( 'Profile Details', 'buddypress' ); ?></h2>
    157157
    158158                                        <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
    159159                                        <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
     
    261261
    262262                                <div class="register-section" id="blog-details-section">
    263263
    264                                         <h4><?php _e( 'Blog Details', 'buddypress' ); ?></h4>
     264                                        <h2><?php _e( 'Blog Details', 'buddypress' ); ?></h2>
    265265
    266266                                        <p><label for="signup_with_blog"><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 site', 'buddypress' ); ?></label></p>
    267267