Changeset 45401 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 05/24/2019 07:17:50 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r45140 r45401 138 138 </tr> 139 139 <tr> 140 <th scope="row"><?php _e( 'For each articlein a feed, show' ); ?> </th>141 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each articlein a feed, show' ); ?> </span></legend>140 <th scope="row"><?php _e( 'For each post in a feed, show' ); ?> </th> 141 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each post in a feed, show' ); ?> </span></legend> 142 142 <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 /> 143 143 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked( 1, get_option( 'rss_use_excerpt' ) ); ?> /> <?php _e( 'Summary' ); ?></label></p>
Note: See TracChangeset
for help on using the changeset viewer.