Syndication feeds show the (#) most recent 'items', not posts, as it applies to comments as well. See #12556, see #7092
git-svn-id: https://develop.svn.wordpress.org/trunk@13823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e721260a3b
commit
07c30fb4e9
@ -62,7 +62,7 @@ include( 'admin-header.php' );
|
|||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th>
|
<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>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>
|
<th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>
|
||||||
|
Loading…
Reference in New Issue
Block a user