Changeset 27029 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r26697 r27029 100 100 ?> 101 101 <table class="form-table"> 102 <tr valign="top">102 <tr> 103 103 <th scope="row"><?php _e( 'Front page displays' ); ?></th> 104 104 <td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend> … … 123 123 </tr> 124 124 <?php endif; ?> 125 <tr valign="top">125 <tr> 126 126 <th scope="row"><label for="posts_per_page"><?php _e( 'Blog pages show at most' ); ?></label></th> 127 127 <td> … … 129 129 </td> 130 130 </tr> 131 <tr valign="top">131 <tr> 132 132 <th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th> 133 133 <td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'items' ); ?></td> 134 134 </tr> 135 <tr valign="top">135 <tr> 136 136 <th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th> 137 137 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each article in a feed, show' ); ?> </span></legend> … … 141 141 </tr> 142 142 143 <tr valign="top"class="option-site-visibility">143 <tr class="option-site-visibility"> 144 144 <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </th> 145 145 <td><fieldset><legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
Note: See TracChangeset
for help on using the changeset viewer.