Changeset 1848
- Timestamp:
- 11/09/2004 02:40:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r1832 r1848 147 147 $wpdb->query("INSERT INTO $wpdb->posts (post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_modified, post_modified_gmt) VALUES ('1', '$now', '$now_gmt', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '0', '$now', '$now_gmt')"); 148 148 149 $wpdb->query( "INSERT INTO `wp_main_post2cat`(`rel_id`, `post_id`, `category_id`) VALUES (1, 1, 0)" );149 $wpdb->query( "INSERT INTO $wpdb->post2cat (`rel_id`, `post_id`, `category_id`) VALUES (1, 1, 0)" ); 150 150 151 151 // Default comment
Note: See TracChangeset
for help on using the changeset viewer.