Changeset 1829 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 09/08/2009 09:20:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r1714 r1829 191 191 192 192 $path = get_blog_option( BP_ROOT_BLOG, 'upload_path' ); 193 $newdir = path_join( ABSPATH, $path );193 $newdir = WP_CONTENT_DIR . str_replace( 'wp-content', '', $path ); 194 194 $newdir .= '/avatars/signups/' . $bp->signup->avatar_dir; 195 195
Note: See TracChangeset
for help on using the changeset viewer.