Opened 3 years ago
Closed 3 years ago
#54300 closed enhancement (fixed)
Clarify that changes to default discussion settings don't have retroactive effect
Reported by: | tobifjellner | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | good-first-bug has-patch commit |
Focuses: | ui-copy | Cc: |
Description
Two improvements can be made to
https://build.trac.wordpress.org/browser/trunk/wp-admin/options-discussion.php?marks=61#L61
- It would be good if the message "These settings may be overridden for individual posts." gets changed so that it indicates that any change to these settings will only have effect on newly created pages and posts and won't change things retroactively. Suggested text: "The discussion settings are handled separately for every post and page. The current settings on this page are used for newly created posts and pages."
- The parenthesis would better be included in the string, this will generate a more natural text layout flow for RTL languages.
Attachments (5)
Change History (19)
This ticket was mentioned in Slack in #core by tobifjellner. View the logs.
3 years ago
#4
@
3 years ago
- Focuses ui-copy added
- Keywords has-patch added
In 54300.1.diff
I removed entirely the parenthesis and I rephrased the previously proposed sentence to: "These settings may be overridden for individual posts and changes will be applied for newly created posts only."
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
3 years ago
#10
@
3 years ago
- Keywords commit added
As per today's bug scrub, I'm marking this for commit as it was reviewed by two people and the patch still applies cleanly against trunk :)
#11
@
3 years ago
I'd like to offer up another iteration:
'Individual posts may override these settings. Changes here will only be applied to new posts.'
- Moves the "individual posts" caveat to the beginning, for improved emphasis
- Removes double usage of the word "for" which helps reduce ambiguity between sentence sections
- Break single sentence into 2 statements of fact, to make them each easier to understand separately
- Move the word "only" from the end to the middle to improve sentence flow
What do y'all think? 🧐
Note: See
TracTickets for help on using
tickets.
I think this will be miniman and better version on proposed description.
These settings may be overridden for individual posts & will be applied for newly created posts only.