Ticket #32704: wp.patch
File wp.patch, 421 bytes (added by , 9 years ago) |
---|
-
wp-includes/functions.php
diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 728bb1a..6162dc8 100644
a b function wp_upload_dir( $time = null ) { 1801 1801 else 1802 1802 $dir = ABSPATH . UPLOADS; 1803 1803 $url = trailingslashit( $siteurl ) . 'files'; 1804 } elseif (defined( 'BLOGUPLOADDIR' )) { 1805 $dir = untrailingslashit( BLOGUPLOADDIR ); 1804 1806 } 1805 1807 } 1806 1808