Make WordPress Core

Changeset 51976

Timestamp:
11/02/2021 04:42:01 PM (3 years ago)
Author:
johnjamesjacoby
Message:

Admin/Discussion Settings: attempt to clarify intent of "Default post settings" section.

This changes the descriptive text underneath 3 settings that are frequently overridden by individual posts & pages, and are also often misunderstood to work differently than they do.

"(These settings may be overridden for individual posts.)"

...becomes...

"Individual posts may override these settings. Changes here will only be applied to new posts."

  • Parenthesis were removed to improve text layout and flow for RTL languages.
  • Original statement was reworded to emphasize "individual posts".
  • New statement provides clarity to users about settings changes not being retroactive.

Props audrasjb, johnjamesjacoby, sabbirshouvo, sabernhardt, tobifjellner.

Fixes #54300.

File:
1 edited

Legend:

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

    r51548 r51976  
    5959<?php _e( 'Allow people to submit comments on new posts' ); ?></label>
    6060<br />
    61 <p class="description"><?php echo '(' . __( 'These settings may be overridden for individual posts.' ) . ')'; ?></p>
     61<p class="description"><?php ; ?></p>
    6262</fieldset></td>
    6363</tr>
Note: See TracChangeset for help on using the changeset viewer.