Make WordPress Core

Changeset 28260


Ignore:
Timestamp:
05/05/2014 09:56:11 PM (11 years ago)
Author:
nacin
Message:

Move 'home' option to the top of populate_options().

fixes #28141.

File:
1 edited

Legend:

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

    r27916 r28260  
    365365    $options = array(
    366366    'siteurl' => $guessurl,
     367    'home' => $guessurl,
    367368    'blogname' => __('My Site'),
    368369    /* translators: blog tagline */
     
    401402    'moderation_keys' => '',
    402403    'active_plugins' => array(),
    403     'home' => $guessurl,
    404404    'category_base' => '',
    405405    'ping_sites' => 'http://rpc.pingomatic.com/',
Note: See TracChangeset for help on using the changeset viewer.