Changes between Initial Version and Version 1 of Ticket #51742, comment 31
- Timestamp:
- 11/12/2020 07:38:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51742, comment 31
initial v1 2 2 3 3 1. I would like for strings to refer to "this site" intsead of "your site". This mirrors some other string changes that have been made to reflect that many admins have multiple sites and that a given site might not be "theirs". 4 2. I do not think that it makes sense to refer to "major" or "feature" releases. Even I'm confused about this means in the context of the WordPress admin - it only makes sense to me as a core developer.4 2. I do not think that it makes sense to refer to "major" or "feature" releases. Even I'm confused about what this means in the context of the WordPress admin - it only makes sense to me as a core developer. 5 5 3. For the purposes of these strings, there are 3 states: all core autoupdates on, minor autoupdates on, no autoupdates on. Filter/constant usage means removing the action link. 6 6 4. I think there are actually two places where a string can show - at the top where it has the check again link under the heading, and within the update available section below. For the upper one, I would like this to be a statement about what is enabled and with a clear action link. For the lower one, I think this could be more of a conversational "would you like to change this to X" type of string. … … 35 35 For the lower update section, I think we would only want to show an action link to enable automatic updates going forward as an additional prompt. This could read: 36 36 {{{ 37 You can also <a>enable automatic updates for all version of WordPress</a> from now on.37 You can also <a>enable automatic updates for all versions of WordPress</a> from now on. 38 38 }}}