Changes in trunk/wp-admin/options-reading.php [4828:4480]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r4828 r4480 41 41 </div> 42 42 <?php endif; ?> 43 </fieldset> 43 44 </td> 44 45 </tr> … … 54 55 <td> 55 56 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> <?php _e('posts') ?> 57 </select> 56 58 </td> 57 59 </tr> … … 71 73 <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 74 <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>75 <p><?php _e('Note: If you use the <code><--more--></code> feature, it will cut off posts in RSS feeds.'); ?></p> 74 76 </td> 75 77 </tr>
Note: See TracChangeset
for help on using the changeset viewer.