Make WordPress Core


Ignore:
Timestamp:
04/17/2009 01:04:00 AM (16 years ago)
Author:
azaozz
Message:

Remove code class from some input fields, add to URL input fields, props johnbillion, fixes #8383

File:
1 edited

Legend:

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

    r10150 r10971  
    7272<tr valign="top">
    7373<th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
    74 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text code" />
     74<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" class="regular-text" />
    7575<span class="setting-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>
    7676</tr>
Note: See TracChangeset for help on using the changeset viewer.