Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2010 11:28:51 PM (15 years ago)
Author:
apeatling
Message:

Fixes #2317 props jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile.php

    r2982 r2984  
    876876        @wp_mkdir_p( $path );
    877877
    878     $newurl = str_replace( BP_AVATAR_UPLOAD_PATH, BP_AVATAR_URL, $path );
     878    $newurl  = BP_AVATAR_URL . '/avatars/' . $user_id;
    879879    $newburl = $newurl;
    880880    $newsubdir = '/avatars/' . $user_id;
Note: See TracChangeset for help on using the changeset viewer.