Changeset 6363 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 12/06/2007 06:37:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r6269 r6363 7 7 8 8 if ( !function_exists('wp_install') ) : 9 function wp_install($blog_title, $user_name, $user_email, $public, $ meta='') {9 function wp_install($blog_title, $user_name, $user_email, $public, $deprecated='') { 10 10 global $wp_rewrite; 11 11
Note: See TracChangeset
for help on using the changeset viewer.