Make WordPress Core


Ignore:
Timestamp:
06/22/2009 08:10:37 PM (16 years ago)
Author:
ryan
Message:

Load formatting.php before install redirect so that wp_redirect() can call _deep_replace(). see #10226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-settings.php

    r11574 r11623  
    317317    require_once(ABSPATH . WPINC . '/kses.php');
    318318    require_once(ABSPATH . WPINC . '/pluggable.php');
     319    require_once(ABSPATH . WPINC . '/formatting.php');
    319320    wp_redirect($link);
    320321    die(); // have to die here ~ Mark
Note: See TracChangeset for help on using the changeset viewer.