Changeset 999

Show
Ignore:
Timestamp:
06/11/07 19:55:32 (1 year ago)
Author:
donncha
Message:

Add upload_path to new blogs, fixes #352, thanks jdub

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wpmu-functions.php

    r996 r999  
    13021302        update_option('home', $url); 
    13031303        update_option('fileupload_url', $url . "files" ); 
     1304        update_option('upload_path', "wp-content/blogs.dir/" . $blog_id . "/files"); 
    13041305        update_option('blogname', $blog_title); 
    13051306