Changeset 21881
- Timestamp:
- 09/17/2012 10:05:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-constants.php
r21823 r21881 18 18 function ms_upload_constants() { 19 19 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' ); 20 23 21 24 if ( ! get_site_option( 'ms_files_rewriting' ) )
Note: See TracChangeset
for help on using the changeset viewer.