Make WordPress Core


Ignore:
Timestamp:
09/11/2012 10:22:20 PM (12 years ago)
Author:
nacin
Message:

Remove ms-files.php rewriting from WordPress multisite. fixes #19235.

Keep existing networks compatible with a ms_files_rewriting network option.

File:
1 edited

Legend:

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

    r21818 r21823  
    12721272        }
    12731273    }
     1274
     1275    // 3.5
     1276    if ( $wp_current_db_version < 21823 )
     1277        update_site_option( 'ms_files_rewriting', '1' );
    12741278}
    12751279
Note: See TracChangeset for help on using the changeset viewer.