Changeset 1008 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 03/25/2004 07:05:52 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r994 r1008 789 789 $wpdb->query("INSERT INTO $tableoptions (option_name, option_type, option_value, option_admin_level) VALUES ('moderation_keys', 3, '', 8)"); 790 790 } 791 792 // Option for plugins 793 if(!$wpdb->get_var("SELECT option_id FROM $tableoptions WHERE option_name = 'active_plugins'")) { 794 $wpdb->query("INSERT INTO $tableoptions (option_name, option_type, option_value, option_admin_level) VALUES ('active_plugins', 3, '', 8)"); 795 } 796 791 797 } 792 798
Note: See TracChangeset
for help on using the changeset viewer.