Make WordPress Core


Ignore:
Timestamp:
09/30/2005 10:42:26 PM (21 years ago)
Author:
ryan
Message:

Image Uploader bug fixes and UI rework from Andy. fixes #1718

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r2923 r2926  
    17901790    }
    17911791
    1792         $uploads = array('path' => $pathym, 'url' => get_bloginfo('home') . "/$dir/$y/$m", 'error' => false);
     1792    $uploads = array('path' => $pathym, 'url' => get_option('siteurl') . "/$dir/$y/$m", 'error' => false);
    17931793    return apply_filters('upload_dir', $uploads);
    17941794}
Note: See TracChangeset for help on using the changeset viewer.