Changeset 3373 for trunk/wp-admin/install.php
- Timestamp:
- 12/28/2005 07:05:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r3285 r3373 172 172 173 173 $wpdb->query("INSERT INTO $wpdb->posts (post_author, post_date, post_date_gmt, post_content, post_excerpt, post_title, post_category, post_name, post_modified, post_modified_gmt, post_status, to_ping, pinged, post_content_filtered) VALUES ('1', '$now', '$now_gmt', '".$wpdb->escape(__('This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.'))."', '', '".$wpdb->escape(__('About'))."', '0', '".$wpdb->escape(__('about'))."', '$now', '$now_gmt', 'static', '', '', '')"); 174 generate_page_rewrite_rules();174 $wp_rewrite->flush_rules(); 175 175 176 176 // Set up admin user
Note: See TracChangeset
for help on using the changeset viewer.