Changeset 1714 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 08/27/2009 05:43:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r1712 r1714 200 200 201 201 $bp->avatar_admin->original = wp_handle_upload( $file['file'], array( 'action'=> 'bp_avatar_upload' ) ); 202 202 203 203 // Move the file to the correct upload location. 204 204 if ( !empty( $bp->avatar_admin->original['error'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.