Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2010 04:41:21 PM (16 years ago)
Author:
apeatling
Message:

Style tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/registration/register.php

    r2389 r2453  
    2424                    <?php /***** Basic Account Details ******/ ?>
    2525
    26                     <h3><?php _e( 'Account Details', 'buddypress' ) ?></h3>
     26                    <h4><?php _e( 'Account Details', 'buddypress' ) ?></h4>
    2727
    2828                    <label for="signup_username"><?php _e( 'Username', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
     
    5353                <div class="register-section" id="profile-details-section">
    5454
    55                     <h3><?php _e( 'Profile Details', 'buddypress' ) ?></h3>
     55                    <h4><?php _e( 'Profile Details', 'buddypress' ) ?></h4>
    5656
    5757                    <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
     
    169169                    <div class="register-section" id="blog-details-section">
    170170
    171                         <h3><?php _e( 'Blog Details', 'buddypress' ) ?></h3>
     171                        <h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4>
    172172
    173173                        <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>
     
    230230                    <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
    231231
    232                         <h3><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h3>
     232                        <h4><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h4>
    233233                        <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>
    234234
Note: See TracChangeset for help on using the changeset viewer.