Changeset 15238 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 06/12/2010 05:16:21 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r15227 r15238 664 664 $network_id = $wpdb->insert_id; 665 665 } else { 666 $wpdb->insert( $wpdb->site, array( 'domain' => $domain, 'path' => $path, ' network_id' => $network_id ) );666 $wpdb->insert( $wpdb->site, array( 'domain' => $domain, 'path' => $path, 'id' => $network_id ) ); 667 667 } 668 668
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)