Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

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

    r13234 r13242  
    624624 */
    625625function populate_network( $network_id = 1, $domain = '', $email = '', $site_name = '', $path = '/', $vhost = 'no' ) {
    626     global $wpdb, $current_site, $wp_version, $wp_db_version, $wp_rewrite;
     626    global $wpdb, $current_site, $wp_db_version, $wp_rewrite;
    627627
    628628    $msg = '';
Note: See TracChangeset for help on using the changeset viewer.