Make WordPress Core


Ignore:
Timestamp:
07/29/2004 03:34:08 AM (22 years ago)
Author:
rboren
Message:

Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.

File:
1 edited

Legend:

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

    r1438 r1500  
    5757                                                <option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days') ?></option>
    5858                                                <option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>><?php _e('posts') ?></option>
    59                                                 <option value="paged" <?php selected('paged', get_settings('what_to_show')); ?>><?php _e('posts paged') ?></option>
    6059                                        </select> </td>
    6160                        </tr>
Note: See TracChangeset for help on using the changeset viewer.