Syndication feeds show the (#) most recent 'items', not posts, as it applies to comments as well. See #12556, see #7092
git-svn-id: http://svn.automattic.com/wordpress/trunk@13823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82720ead31
commit
662902a045
|
@ -62,7 +62,7 @@ include( 'admin-header.php' );
|
|||
</tr>
|
||||
<tr valign="top">
|
||||
<th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th>
|
||||
<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'posts' ); ?></td>
|
||||
<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'items' ); ?></td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>
|
||||
|
|
Loading…
Reference in New Issue