Changeset 12101 for trunk/wp-admin/options-reading.php
- Timestamp:
- 10/25/2009 09:55:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r11761 r12101 76 76 <th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th> 77 77 <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> 79 79 </tr> 80 80 <?php do_settings_fields('reading', 'default'); ?>
Note: See TracChangeset
for help on using the changeset viewer.