Ticket #52987: 52987_excerpt.patch
File 52987_excerpt.patch, 887 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/options-reading.php
161 161 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each post in a feed, include' ); ?> </span></legend> 162 162 <p> 163 163 <label><input name="rss_use_excerpt" type="radio" value="0" <?php checked( 0, get_option( 'rss_use_excerpt' ) ); ?> /> <?php _e( 'Full text' ); ?></label><br /> 164 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked( 1, get_option( 'rss_use_excerpt' ) ); ?> /> <?php _e( ' Summary' ); ?></label>164 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked( 1, get_option( 'rss_use_excerpt' ) ); ?> /> <?php _e( 'Excerpt' ); ?></label> 165 165 </p> 166 166 <p class="description"> 167 167 <?php