~robotparade/wordpress/stable

« back to all changes in this revision

Viewing changes to wp-admin/includes/schema.php

  • Committer: Jeff Waugh
  • Date: 2010-06-11 21:00:40 UTC
  • Revision ID: jdub@bethesignal.org-20100611210040-9narx3kdlayc8x39
WordPress 3.0 RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
        'embed_autourls' => 1,
315
315
        'embed_size_w' => '',
316
316
        'embed_size_h' => 600,
 
317
 
 
318
        // 3.0
 
319
        'page_for_posts' => 0,
 
320
        'page_on_front' => 0,
317
321
        );
318
322
 
319
323
        // 3.0 multisite
738
742
                if ( !$upload_path = get_option( 'upload_path' ) ) {
739
743
                        $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads';
740
744
                        update_option( 'upload_path', $upload_path );
741
 
                        update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );
742
745
                }
 
746
                update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );
743
747
        }
744
748
 
745
749
        if ( $subdomain_install )