Changeset 2984 for branches/1.2/bp-core/bp-core-signup.php
- Timestamp:
- 05/03/2010 11:28:51 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core/bp-core-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-signup.php
r2934 r2984 520 520 @wp_mkdir_p( $path ); 521 521 522 $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path );522 $newurl = BP_AVATAR_URL . '/avatars/signups/' . $bp->signup->avatar_dir; 523 523 $newburl = $newurl; 524 524 $newsubdir = '/avatars/signups/' . $bp->signup->avatar_dir;
Note: See TracChangeset
for help on using the changeset viewer.