Make WordPress Core


Ignore:
Timestamp:
01/29/2007 04:44:36 PM (17 years ago)
Author:
markjaquith
Message:

XHTML validation fixes and <!--more--> typo correction for Reading Options page. Props JeremyVisser. fixes #3709

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-reading.php

    r4480 r4828  
    4141</div>
    4242<?php endif; ?>
    43 </fieldset>
    4443</td>
    4544</tr>
     
    5554<td>
    5655<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>
    5856</td>
    5957</tr>
     
    7371<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 />
    7472<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>&lt;--more--&gt;</code> feature, it will cut off posts in RSS feeds.'); ?></p>
     73<p><?php _e('Note: If you use the <code>&lt;!--more--&gt;</code> feature, it will cut off posts in RSS feeds.'); ?></p>
    7674</td>
    7775</tr>
Note: See TracChangeset for help on using the changeset viewer.