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/options-general.php

    r869 r878  
    8686        <br />
    8787This address is used only for admin purposes. </td>
    88       </tr>
     88      </tr>
     89      <tr valign="top">
     90    <th scope="row">Charset</th>
     91    <td><input name="blog_charset" type="text" id="blog_charset" value="<?php echo get_settings('blog_charset'); ?>" size="20" class="code" />
     92      <br />
     93      Your weblog'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>)</td>
     94      </tr>
    8995      <tr valign="top">
    9096        <th scope="row">Membership:</th>
Note: See TracChangeset for help on using the changeset viewer.