Changeset 20023 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 02/28/2012 08:29:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r19863 r20023 822 822 */ 823 823 function populate_network( $network_id = 1, $domain = '', $email = '', $site_name = '', $path = '/', $subdomain_install = false ) { 824 global $wpdb, $current_site, $wp_db_version , $wp_rewrite;824 global $wpdb, $current_site, $wp_db_version; 825 825 826 826 $errors = new WP_Error(); … … 943 943 update_option( 'permalink_structure', '/blog/%year%/%monthnum%/%day%/%postname%/'); 944 944 945 $wp_rewrite->flush_rules();945 flush_rewrite_rules(); 946 946 947 947 if ( $subdomain_install ) {
Note: See TracChangeset
for help on using the changeset viewer.