Changeset 4457 for trunk/wp-admin/options-reading.php
- Timestamp:
- 11/08/2006 09:22:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r4196 r4457 54 54 <th width="33%" scope="row"><?php _e('Show at most:') ?></th> 55 55 <td> 56 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> 57 <select name="what_to_show" id="what_to_show" > 58 <option value="days" <?php selected('days', get_option('what_to_show')); ?>><?php _e('days') ?></option> 59 <option value="posts" <?php selected('posts', get_option('what_to_show')); ?>><?php _e('posts') ?></option> 56 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> <?php _e('posts') ?> 60 57 </select> 61 58 </td> … … 94 91 <p class="submit"> 95 92 <input type="hidden" name="action" value="update" /> 96 <input type="hidden" name="page_options" value="posts_per_page, what_to_show,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression,show_on_front,page_on_front,page_for_posts" />93 <input type="hidden" name="page_options" value="posts_per_page,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression,show_on_front,page_on_front,page_for_posts" /> 97 94 <input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 98 95 </p>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)