Make WordPress Core


Ignore:
Timestamp:
05/24/2019 07:17:50 PM (6 years ago)
Author:
johnbillion
Message:

Administration: Replace references to "articles" with "posts" for greater consistency of terminology.

Props angelagibson

Fixes #38517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-reading.php

    r45140 r45401  
    138138</tr>
    139139<tr>
    140 <th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>
    141 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'For each article in 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>
    142142<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 />
    143143<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.