diff --git src/wp-admin/options-reading.php src/wp-admin/options-reading.php
index 7ad94fb..a885b42 100644
|
|
else : |
90 | 90 | </tr> |
91 | 91 | <?php endif; ?> |
92 | 92 | <tr> |
93 | | <th scope="row"><label for="posts_per_page"><?php _e( 'Blog pages show at most' ); ?></label></th> |
| 93 | <th scope="row"><label for="posts_per_page"><?php _e( 'Number of posts to show on archive pages' ); ?></label></th> |
94 | 94 | <td> |
95 | | <input name="posts_per_page" type="number" step="1" min="1" id="posts_per_page" value="<?php form_option( 'posts_per_page' ); ?>" class="small-text" /> <?php _e( 'posts' ); ?> |
| 95 | <input name="posts_per_page" type="number" step="1" min="1" id="posts_per_page" value="<?php form_option( 'posts_per_page' ); ?>" class="small-text" /> |
96 | 96 | </td> |
97 | 97 | </tr> |
98 | 98 | <tr> |
99 | | <th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th> |
100 | | <td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'items' ); ?></td> |
| 99 | <th scope="row"><label for="posts_per_rss"><?php _e( 'Number of posts to show in feeds' ); ?></label></th> |
| 100 | <td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /></td> |
101 | 101 | </tr> |
102 | 102 | <tr> |
103 | 103 | <th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th> |