Make WordPress Core

Changeset 9346


Ignore:
Timestamp:
10/25/2008 09:29:18 PM (16 years ago)
Author:
westi
Message:

More options pages updates.

Location:
trunk/wp-admin
Files:
6 edited

Legend:

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

    r9320 r9346  
    2323<input type="hidden" name="action" value="update" />
    2424<?php wp_nonce_field('discussion-options') ?>
    25 
    26 <p class="submit submit-top">
    27 <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    28 </p>
    2925
    3026<table class="form-table">
  • trunk/wp-admin/options-media.php

    r9320 r9346  
    2525<input type='hidden' name='option_page' value='media' />
    2626<input type="hidden" name="page_options" value="thumbnail_size_w,thumbnail_size_h,thumbnail_crop,medium_size_w,medium_size_h,image_default_size,image_default_align,image_default_link_type,large_size_w,large_size_h" /> <!-- is this needed anymore TODO -->
    27 
    28 <p class="submit submit-top">
    29     <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    30 </p>
    3127
    3228<p><?php _e('The setting below determines where images, documents, and other media files will be linked to when inserted into the body of a post.'); ?></p>
  • trunk/wp-admin/options-permalink.php

    r9320 r9346  
    129129<?php wp_nonce_field('update-permalink') ?>
    130130
    131 
    132 <p class="submit submit-top">
    133     <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
    134 </p>
    135 
    136131  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    137132
  • trunk/wp-admin/options-privacy.php

    r9320 r9346  
    2424<input type="hidden" name="action" value="update" />
    2525
    26 <p class="submit submit-top">
    27     <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
    28 </p>
    29 
    3026<table class="form-table">
    3127<tr valign="top">
  • trunk/wp-admin/options-reading.php

    r9320 r9346  
    2323<input type='hidden' name='option_page' value='reading' />
    2424<input type="hidden" name="action" value="update" />
    25 
    26 <p class="submit submit-top">
    27     <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    28 </p>
    2925
    3026<table class="form-table">
     
    7773<tr valign="top">
    7874<th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
    79 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br />
    80 <?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>)') ?></td>
     75<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" />
     76<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>
    8177</tr>
    8278<?php do_settings_fields('reading', 'default'); ?>
  • trunk/wp-admin/options-writing.php

    r9320 r9346  
    2323<input type='hidden' name='option_page' value='writing' />
    2424<input type="hidden" name="action" value="update" />
    25 
    26 <p class="submit submit-top">
    27     <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    28 </p>
    2925
    3026<table class="form-table">
Note: See TracChangeset for help on using the changeset viewer.