Changeset 12771 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 01/20/2010 01:14:05 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
r12769 r12771 688 688 --The Team @ SITE_NAME')", $network_id ) ); 689 689 $wpdb->query( $wpdb->prepare( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, %d, 'first_post', 'Welcome to <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' )", $network_id ) ); 690 $weblog_title = stripslashes( $_POST[ 'weblog_title' ] ); 690 //@todo - network admins should have a method of editing the network siteurl (used for cookie hash) 691 $wpdb->query( $wpdb->prepare( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, %d, 'siteurl', %s)", $network_id, get_option( 'siteurl' ) ) ); 691 692 692 693 $current_site->domain = $domain;
Note: See TracChangeset
for help on using the changeset viewer.