Make WordPress Core

Changeset 21881


Ignore:
Timestamp:
09/17/2012 10:05:06 PM (12 years ago)
Author:
nacin
Message:

Attach the default ms_files_rewriting site option filter in ms-default-constants, as ms-default-filters is not included during SHORTINIT. see #19235.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-default-constants.php

    r21823 r21881  
    1818function ms_upload_constants() {
    1919    global $wpdb;
     20
     21    // This filter is attached in ms-default-filters.php but that file is not included during SHORTINIT.
     22    add_filter( 'default_site_option_ms_files_rewriting', '__return_true' );
    2023
    2124    if ( ! get_site_option( 'ms_files_rewriting' ) )
Note: See TracChangeset for help on using the changeset viewer.