Make WordPress Core

Changeset 13817


Ignore:
Timestamp:
03/26/2010 04:42:08 AM (15 years ago)
Author:
nacin
Message:

Initialize _wp_page_template for the first page in wp_install_defaults(). fixes #12653, a Webkit/jQuery bug in Quick Edit (see ticket)

File:
1 edited

Legend:

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

    r13802 r13817  
    265265                                'post_content_filtered' => ''
    266266                                ));
     267    $wpdb->insert( $wpdb->postmeta, array( 'post_id' => 2, 'meta_key' => '_wp_page_template', 'meta_value' => 'default' ) );
    267268
    268269    // Setup default widgets for default theme.
Note: See TracChangeset for help on using the changeset viewer.