Changeset 1203 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 04/28/2004 07:27:03 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r1188 r1203 799 799 } 800 800 801 // Option for different blog URL 802 if(!$wpdb->get_var("SELECT option_id FROM $tableoptions WHERE option_name = 'home'")) { 803 $wpdb->query("INSERT INTO $tableoptions (option_name, option_type, option_value, option_admin_level) VALUES ('home', 3, '', 8)"); 804 } 805 801 806 // Delete unused options 802 807 $unusedoptions = array ('blodotgsping_url', 'bodyterminator', 'emailtestonly', 'phoneemail_separator', 'smilies_directory', 'subjectprefix', 'use_bbcode', 'use_blodotgsping', 'use_phoneemail', 'use_quicktags', 'use_weblogsping', 'weblogs_cache_file');
Note: See TracChangeset
for help on using the changeset viewer.