Ticket #739: 739.2.diff

File 739.2.diff, 912 bytes (added by westi, 6 years ago)

Alternate patch to better decribe this on Options > Reading

  • wp-admin/options-reading.php

     
    5353<td> 
    5454<input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" />  
    5555<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>  
    5757<option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>><?php _e('posts') ?></option>  
    5858</select> 
    5959</td>  
     
    9595</p>  
    9696</form>  
    9797</div>  
    98 <?php include('./admin-footer.php'); ?> 
    99  No newline at end of file 
     98<?php include('./admin-footer.php'); ?>