summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-29 14:36:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-29 14:36:34 +0000
commitfef18a3dfb388c79cb8aa60832ea4a01f68718ab (patch)
tree989a39736de98c99903236649b1d1b0358ccc6d9 /wp-inst/wp-admin/install.php
parent4bfcc23eea03bb1e51fcac429c336265efb66b57 (diff)
downloadwordpress-mu-fef18a3dfb388c79cb8aa60832ea4a01f68718ab.tar.gz
wordpress-mu-fef18a3dfb388c79cb8aa60832ea4a01f68718ab.tar.xz
wordpress-mu-fef18a3dfb388c79cb8aa60832ea4a01f68718ab.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@450 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/install.php')
-rw-r--r--wp-inst/wp-admin/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-inst/wp-admin/install.php b/wp-inst/wp-admin/install.php
index dddb9be..33dd4e3 100644
--- a/wp-inst/wp-admin/install.php
+++ b/wp-inst/wp-admin/install.php
@@ -171,6 +171,7 @@ $wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comm
// First Page
$wpdb->query("INSERT INTO $wpdb->posts (post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_name, post_modified, post_modified_gmt, post_status) 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')");
+generate_page_rewrite_rules();
// Set up admin user
$random_password = substr(md5(uniqid(microtime())), 0, 6);