Changeset 8139 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 06/20/2008 04:35:45 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r8060 r8139 7 7 8 8 if ( !function_exists('wp_install') ) : 9 function wp_install($blog_title, $user_name, $user_email, $public, $ deprecated='') {9 function wp_install($blog_title, $user_name, $user_email, $public, $remote) { 10 10 global $wp_rewrite; 11 11 … … 19 19 update_option('admin_email', $user_email); 20 20 update_option('blog_public', $public); 21 update_option('enable_app',$remote); 22 update_option('enable_xmlrpc',$remote); 23 21 24 $schema = ( isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ) ? 'https://' : 'http://'; 22 25
Note: See TracChangeset
for help on using the changeset viewer.