Make WordPress Core

Changes between Version 5 and Version 10 of Ticket #54394


Ignore:
Timestamp:
01/13/2022 09:35:35 PM (4 years ago)
Author:
sabernhardt
Comment:

If editing the front-end Comments form template is appropriate, some of these other existing cases in the admin might be good to update as well:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54394

    • Property Milestone changed from Awaiting Review to 6.0
  • Ticket #54394 – Description

    v5 v10  
    11Required fields should include a visual indicator, plus a legend when using a star or similar character for multiple fields.
    22
    3 Having a set of return and echo functions to create strings for both the indicator and a default explanation could help in some [https://core.trac.wordpress.org/query?status=!closed&keywords=~required-fields core implementations], as well as with plugins and themes ''(if their minimum WordPress version includes these functions)''.
     3Having a set of return and echo functions to create strings for both the indicator and a default explanation could help in some [https://core.trac.wordpress.org/query?status=!closed&keywords=~required-fields core implementations] such as #34860, as well as with plugins and themes ''(if their minimum WordPress version includes these functions)''.