More options pages updates.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-10-25 21:29:18 +00:00
parent 76d405b601
commit c1f7aeb0b9
6 changed files with 2 additions and 27 deletions

View File

@ -23,10 +23,6 @@ include('admin-header.php');
<input type="hidden" name="action" value="update" />
<?php wp_nonce_field('discussion-options') ?>
<p class="submit submit-top">
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
</p>
<table class="form-table">
<tr valign="top">
<th scope="row"><?php _e('Default article settings') ?></th>

View File

@ -25,10 +25,6 @@ include('admin-header.php');
<input type='hidden' name='option_page' value='media' />
<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 -->
<p class="submit submit-top">
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
</p>
<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>
<table class="form-table">

View File

@ -128,11 +128,6 @@ else
<form name="form" action="options-permalink.php" method="post">
<?php wp_nonce_field('update-permalink') ?>
<p class="submit submit-top">
<input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
</p>
<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>
<?php

View File

@ -23,10 +23,6 @@ include('./admin-header.php');
<input type='hidden' name='option_page' value='privacy' />
<input type="hidden" name="action" value="update" />
<p class="submit submit-top">
<input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
</p>
<table class="form-table">
<tr valign="top">
<th scope="row"><?php _e('Blog Visibility') ?> </th>

View File

@ -23,10 +23,6 @@ include('admin-header.php');
<input type='hidden' name='option_page' value='reading' />
<input type="hidden" name="action" value="update" />
<p class="submit submit-top">
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
</p>
<table class="form-table">
<?php if ( get_pages() ): ?>
<tr valign="top">
@ -76,8 +72,8 @@ include('admin-header.php');
<tr valign="top">
<th scope="row"><label for="blog_charset"><?php _e('Encoding for pages and feeds') ?></label></th>
<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br />
<?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>
<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" />
<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>
</tr>
<?php do_settings_fields('reading', 'default'); ?>
</table>

View File

@ -23,10 +23,6 @@ include('admin-header.php');
<input type='hidden' name='option_page' value='writing' />
<input type="hidden" name="action" value="update" />
<p class="submit submit-top">
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
</p>
<table class="form-table">
<tr valign="top">
<th scope="row"><label for="default_post_edit_rows"> <?php _e('Size of the post box') ?></label></th>