Changeset 969 for trunk/wp-admin/options-writing.php
- Timestamp:
- 03/11/2004 08:51:50 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r957 r969 1 1 <?php 2 $title = ' Writing Options';2 $title = 'Reading Options'; 3 3 4 4 function add_magic_quotes($array) { … … 47 47 <li><a href="options-general.php">General</a></li> 48 48 <li><a class="current">Writing</a></li> 49 <li><a href="options-reading.php">Reading</a></li> 49 50 <li><a href="options-discussion.php">Discussion</a></li> 50 51 <?php … … 95 96 WordPress should correct invalidly nested XHTML automatically</label></td> 96 97 </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>103 98 </table> 104 99 <fieldset>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)