Changeset 6708
- Timestamp:
- 01/06/2013 07:31:59 PM (13 years ago)
- Location:
- branches/1.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-core/bp-core-avatars.php
r6562 r6708 549 549 } 550 550 551 if ( ! isset( $bp->avatar_admin->image ) ) 552 $bp->avatar_admin->image = new stdClass(); 553 551 554 // We only want to handle one image after resize. 552 555 if ( empty( $bp->avatar_admin->resized ) ) -
branches/1.6/bp-groups/bp-groups-screens.php
r6093 r6708 575 575 576 576 } 577 578 if ( ! isset( $bp->avatar_admin ) ) 579 $bp->avatar_admin = new stdClass(); 577 580 578 581 $bp->avatar_admin->step = 'upload-image'; -
branches/1.6/bp-xprofile/bp-xprofile-screens.php
r6070 r6708 155 155 } 156 156 157 if ( ! isset( $bp->avatar_admin ) ) 158 $bp->avatar_admin = new stdClass(); 159 157 160 $bp->avatar_admin->step = 'upload-image'; 158 161
Note: See TracChangeset
for help on using the changeset viewer.