Make WordPress Core

Changeset 15202


Ignore:
Timestamp:
06/10/2010 09:31:46 PM (16 years ago)
Author:
wpmuguru
Message:

alway update fileupload_url during initial network install, see #13828

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r15096 r15202  
    739739                        $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads';
    740740                        update_option( 'upload_path', $upload_path );
    741                         update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );
    742741                }
     742                update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );
    743743        }
    744744
Note: See TracChangeset for help on using the changeset viewer.