Changeset 9346
- Timestamp:
- 10/25/2008 09:29:18 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r9320 r9346 23 23 <input type="hidden" name="action" value="update" /> 24 24 <?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>29 25 30 26 <table class="form-table"> -
trunk/wp-admin/options-media.php
r9320 r9346 25 25 <input type='hidden' name='option_page' value='media' /> 26 26 <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>31 27 32 28 <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 129 129 <?php wp_nonce_field('update-permalink') ?> 130 130 131 132 <p class="submit submit-top">133 <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />134 </p>135 136 131 <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> 137 132 -
trunk/wp-admin/options-privacy.php
r9320 r9346 24 24 <input type="hidden" name="action" value="update" /> 25 25 26 <p class="submit submit-top">27 <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />28 </p>29 30 26 <table class="form-table"> 31 27 <tr valign="top"> -
trunk/wp-admin/options-reading.php
r9320 r9346 23 23 <input type='hidden' name='option_page' value='reading' /> 24 24 <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>29 25 30 26 <table class="form-table"> … … 77 73 <tr valign="top"> 78 74 <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> 81 77 </tr> 82 78 <?php do_settings_fields('reading', 'default'); ?> -
trunk/wp-admin/options-writing.php
r9320 r9346 23 23 <input type='hidden' name='option_page' value='writing' /> 24 24 <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>29 25 30 26 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.