Changeset 4828
- Timestamp:
- 01/29/2007 04:44:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r4480 r4828 41 41 </div> 42 42 <?php endif; ?> 43 </fieldset>44 43 </td> 45 44 </tr> … … 55 54 <td> 56 55 <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>58 56 </td> 59 57 </tr> … … 73 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 /> 74 72 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_option('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label></p> 75 <p><?php _e('Note: If you use the <code>< --more--></code> feature, it will cut off posts in RSS feeds.'); ?></p>73 <p><?php _e('Note: If you use the <code><!--more--></code> feature, it will cut off posts in RSS feeds.'); ?></p> 76 74 </td> 77 75 </tr>
Note: See TracChangeset
for help on using the changeset viewer.