Ticket #739: 739.2.diff
| File 739.2.diff, 912 bytes (added by westi, 6 years ago) |
|---|
-
wp-admin/options-reading.php
53 53 <td> 54 54 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> 55 55 <select name="what_to_show" id="what_to_show" > 56 <option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days ') ?></option>56 <option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days with posts') ?></option> 57 57 <option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>><?php _e('posts') ?></option> 58 58 </select> 59 59 </td> … … 95 95 </p> 96 96 </form> 97 97 </div> 98 <?php include('./admin-footer.php'); ?> 99 No newline at end of file 98 <?php include('./admin-footer.php'); ?>
