web/wp-admin/options-reading.php
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
    73 </tr>
    73 </tr>
    74 
    74 
    75 <tr valign="top">
    75 <tr valign="top">
    76 <th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
    76 <th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
    77 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text" />
    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 </tr>
    79 </tr>
    80 <?php do_settings_fields('reading', 'default'); ?>
    80 <?php do_settings_fields('reading', 'default'); ?>
    81 </table>
    81 </table>
    82 
    82 
    83 <?php do_settings_sections('reading'); ?>
    83 <?php do_settings_sections('reading'); ?>