Make WordPress Core


Ignore:
Timestamp:
10/25/2009 09:55:25 AM (14 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

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

    r11761 r12101  
    7676<th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
    7777<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text" />
    78 <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>
     78<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>
    7979</tr>
    8080<?php do_settings_fields('reading', 'default'); ?>
Note: See TracChangeset for help on using the changeset viewer.