Make WordPress Core


Ignore:
Timestamp:
03/11/2004 08:51:50 AM (23 years ago)
Author:
saxmatt
Message:

More options improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r957 r969  
    11<?php
    2 $title = 'Writing Options';
     2$title = 'Reading Options';
    33
    44function add_magic_quotes($array) {
     
    4747  <li><a href="options-general.php">General</a></li>
    4848  <li><a class="current">Writing</a></li>
     49  <li><a href="options-reading.php">Reading</a></li>
    4950  <li><a href="options-discussion.php">Discussion</a></li>
    5051  <?php
     
    9596  WordPress should correct invalidly nested XHTML automatically</label></td>
    9697      </tr>
    97       <tr valign="top">
    98         <th scope="row">Character Encoding: </th>
    99         <td><input name="blog_charset" type="text" id="blog_charset" value="<?php echo get_settings('blog_charset'); ?>" size="20" class="code" />
    100           <br />
    101           The character encoding you write your blog in (UTF-8 recommended<a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html"></a>)</td>
    102       </tr>
    10398    </table>
    10499    <fieldset>
Note: See TracChangeset for help on using the changeset viewer.