Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:32:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for cast variables.

File:
1 edited

Legend:

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

    r5704 r5729  
    780780    global $bp;
    781781
    782     if ( !(int)$bp->site_options['bp-disable-avatar-uploads'] )
     782    if ( !(int) $bp->site_options['bp-disable-avatar-uploads'] )
    783783        bp_core_avatar_admin( null, bp_loggedin_user_domain() . $bp->profile->slug . '/change-avatar/', bp_loggedin_user_domain() . $bp->profile->slug . '/delete-avatar/' );
    784784    else
Note: See TracChangeset for help on using the changeset viewer.