Changeset 878 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 02/17/2004 02:11:16 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r869 r878 707 707 708 708 $wpdb->query("DELETE FROM $tableoptiongroups WHERE group_id = 6"); 709 710 // Add blog_charset option 711 $wpdb->query("INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES (93, 1, 'blog_charset', 'Y', 3, 'utf-8', 20, 8, 'your blog\'s charset (here\'s a <a href=\"http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html\">list of possible charsets</a>)', 8)"); 712 709 713 } 710 714
Note: See TracChangeset
for help on using the changeset viewer.