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:
nacin 2010-03-26 14:17:19 +00:00
parent 82720ead31
commit 662902a045
1 changed files with 1 additions and 1 deletions

View File

@ -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>