Changeset 15202
- Timestamp:
- 06/10/2010 09:31:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r15096 r15202 739 739 $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads'; 740 740 update_option( 'upload_path', $upload_path ); 741 update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );742 741 } 742 update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path ); 743 743 } 744 744
Note: See TracChangeset
for help on using the changeset viewer.