Changeset 1008
- Timestamp:
- 03/25/2004 07:05:52 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.txt
r869 r1008 5 5 3 users.php Users 6 6 4 options-general.php Options 7 8 plugins.php Plugins 7 8 4 templates.php Templates 8 9 5 upload.php Upload -
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.