Changeset 2493 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 01/31/2010 01:48:19 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r2481 r2493 261 261 @wp_mkdir_p( $path ); 262 262 263 $newurl = str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, $path );263 $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path ); 264 264 $newburl = $newurl; 265 265 $newsubdir = '/avatars/signups/' . $bp->signup->avatar_dir;
Note: See TracChangeset
for help on using the changeset viewer.