Changeset 1829 for trunk/bp-xprofile.php
- Timestamp:
- 09/08/2009 09:20:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1813 r1829 1025 1025 1026 1026 $path = get_blog_option( BP_ROOT_BLOG, 'upload_path' ); 1027 $newdir = path_join( ABSPATH, $path );1027 $newdir = WP_CONTENT_DIR . str_replace( 'wp-content', '', $path ); 1028 1028 $newdir .= '/avatars/' . $user_id; 1029 1029
Note: See TracChangeset
for help on using the changeset viewer.