Ticket #25819: 25819.patch
| File 25819.patch, 503 bytes (added by , 12 years ago) |
|---|
-
wp-admin/includes/upgrade.php
1303 1303 } 1304 1304 1305 1305 // 3.5 1306 if ( $wp_current_db_version < 21823 ) 1306 if ( $wp_current_db_version < 21823 ) { 1307 remove_all_filters( 'default_site_option_ms_files_rewriting' ); 1307 1308 update_site_option( 'ms_files_rewriting', '1' ); 1309 } 1308 1310 1309 1311 // 3.5.2 1310 1312 if ( $wp_current_db_version < 24448 ) {