summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-09 18:34:20 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-09 18:34:20 +0000
commit242d432d82cefdf3aab7135b5298c2db02c9114c (patch)
tree7a1f78e1d710e0dd0873671d81211e72ad0a36cf /wp-inst
parente23d32a33e8c9599d289ada130e727c7e6cd6a2f (diff)
downloadwordpress-mu-242d432d82cefdf3aab7135b5298c2db02c9114c.tar.gz
wordpress-mu-242d432d82cefdf3aab7135b5298c2db02c9114c.tar.xz
wordpress-mu-242d432d82cefdf3aab7135b5298c2db02c9114c.zip
Create user roles
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@558 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-includes/wpmu-functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-inst/wp-includes/wpmu-functions.php b/wp-inst/wp-includes/wpmu-functions.php
index 0e1f4c3..5b7c73f 100644
--- a/wp-inst/wp-includes/wpmu-functions.php
+++ b/wp-inst/wp-includes/wpmu-functions.php
@@ -1176,6 +1176,7 @@ function install_blog($blog_id, $blog_title = '') {
// Set everything up
make_db_current_silent();
populate_options();
+ populate_roles();
// fix url.
update_option('siteurl', $url);