Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/05/2009 12:29:18 PM (17 years ago)
Author:
apeatling
Message:

Improving usability around themes and admin screens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-signup.php

    r1273 r1315  
    4141        }
    4242       
     43        if ( '' == get_site_option( 'bp-enable-signup-avatar-uploads' ) || (int) get_site_option( 'bp-enable-signup-avatar-uploads' ) ) {
    4344        ?>
    4445                <div id="avatar-form-fields">
     
    7071                </div>
    7172        <?php
     73        }
    7274}
    7375add_action( 'signup_extra_fields', 'xprofile_add_signup_fields' );
Note: See TracChangeset for help on using the changeset viewer.