Changeset 10801 for branches/2.5/src/bp-members/bp-members-screens.php
- Timestamp:
- 05/24/2016 02:45:08 PM (10 years ago)
- Location:
- branches/2.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/bp-members/bp-members-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5
-
branches/2.5/src/bp-members/bp-members-screens.php
r10521 r10801 360 360 } 361 361 362 $hashed_key = wp_hash( $key );363 364 // Check if the signup avatar folder exists. If it does, move the folder to365 // the BP user avatars directory.366 if ( file_exists( bp_core_avatar_upload_path() . '/avatars/signups/' . $hashed_key ) ) {367 @rename( bp_core_avatar_upload_path() . '/avatars/signups/' . $hashed_key, bp_core_avatar_upload_path() . '/avatars/' . $user );368 }369 370 362 bp_core_add_message( __( 'Your account is now active!', 'buddypress' ) ); 371 363 $bp->activation_complete = true;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)