Make WordPress Core


Ignore:
Timestamp:
02/17/2004 02:11:16 AM (22 years ago)
Author:
michelvaldrighi
Message:

adding blog_charset option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-functions.php

    r869 r878  
    707707   
    708708    $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
    709713}
    710714
Note: See TracChangeset for help on using the changeset viewer.