Changeset 14998
- Timestamp:
- 05/27/2010 06:06:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r14984 r14998 738 738 $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads'; 739 739 update_option( 'upload_path', $upload_path ); 740 update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path ); 740 741 } 741 742 }
Note: See TracChangeset
for help on using the changeset viewer.