Changeset 2493
- Timestamp:
- 01/31/2010 01:48:19 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
bp-core/bp-core-signup.php (modified) (1 diff)
-
bp-groups.php (modified) (1 diff)
-
bp-xprofile.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; -
trunk/bp-groups.php
r2471 r2493 1849 1849 @wp_mkdir_p( $path ); 1850 1850 1851 $newurl = str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, $path );1851 $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path ); 1852 1852 $newburl = $newurl; 1853 1853 $newsubdir = '/group-avatars/' . $group_id; -
trunk/bp-xprofile.php
r2460 r2493 842 842 @wp_mkdir_p( $path ); 843 843 844 $newurl = str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, $path );844 $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path ); 845 845 $newburl = $newurl; 846 846 $newsubdir = '/avatars/' . $user_id;
Note: See TracChangeset
for help on using the changeset viewer.