Ticket #2582: 2582-remove-option-warning.diff
| File 2582-remove-option-warning.diff, 833 bytes (added by , 18 years ago) |
|---|
-
wp-admin/options-reading.php
70 70 <td> 71 71 <p><label><input name="rss_use_excerpt" type="radio" value="0" <?php checked(0, get_option('rss_use_excerpt')); ?> /> <?php _e('Full text') ?></label><br /> 72 72 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_option('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label></p> 73 <p><?php _e('Note: If you use the <code><!--more--></code> feature, it will cut off posts in RSS feeds.'); ?></p>74 73 </td> 75 74 </tr> 76 75 </table> … … 128 127 </p> 129 128 </form> 130 129 </div> 131 <?php include('./admin-footer.php'); ?> 132 No newline at end of file 130 <?php include('./admin-footer.php'); ?>