Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/05/2009 01:17:07 PM (17 years ago)
Author:
apeatling
Message:

Added a site admin option to disable avatar uploads.

File:
1 edited

Legend:

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

    r1315 r1317  
    4141    }
    4242   
    43     if ( '' == get_site_option( 'bp-enable-signup-avatar-uploads' ) || (int) get_site_option( 'bp-enable-signup-avatar-uploads' ) ) {
     43    if ( !(int) get_site_option( 'bp-disable-avatar-uploads' ) ) {
    4444    ?>
    4545        <div id="avatar-form-fields">
Note: See TracChangeset for help on using the changeset viewer.