Skip to:
Content

BuddyPress.org

Changeset 10738


Ignore:
Timestamp:
05/05/2016 01:07:42 AM (8 years ago)
Author:
mercime
Message:

Revert heading bumps in members/register.php.

Complete set of heading fixes for all templates will be
addressed in the next dev cycle.

See #6875.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/register.php

    r10658 r10738  
    7272                <?php /***** Basic Account Details ******/ ?>
    7373
    74                 <h2><?php _e( 'Account Details', 'buddypress' ); ?></h2>
     74                <h4><?php _e( 'Account Details', 'buddypress' ); ?></h4>
    7575
    7676                <label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
     
    154154                <div class="register-section" id="profile-details-section">
    155155
    156                     <h2><?php _e( 'Profile Details', 'buddypress' ); ?></h2>
     156                    <h4><?php _e( 'Profile Details', 'buddypress' ); ?></h4>
    157157
    158158                    <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
     
    262262                <div class="register-section" id="blog-details-section">
    263263
    264                     <h2><?php _e( 'Blog Details', 'buddypress' ); ?></h2>
     264                    <h4><?php _e( 'Blog Details', 'buddypress' ); ?></h4>
    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>
Note: See TracChangeset for help on using the changeset viewer.