Improve the inline documentation about character sets and link to up-to-date resources. Fixes #5831 props hakre.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-10-25 09:55:25 +00:00
parent 5188723e01
commit e7a44cb398
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ include('admin-header.php');
<tr valign="top">
<th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text" />
<span class="description"><?php _e('The character encoding you write your blog in (UTF-8 is <a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html">recommended</a>)') ?></span></td>
<span class="description"><?php _e('The <a href="http://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your blog (UTF-8 is recommended, if you are adventurous there are some <a href="http://en.wikipedia.org/wiki/Character_set">other encodings</a>)') ?></span></td>
</tr>
<?php do_settings_fields('reading', 'default'); ?>
</table>