Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62549, comment 3


Ignore:
Timestamp:
11/25/2024 08:57:16 PM (17 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62549, comment 3

    initial v1  
    1 [https://developer.wordpress.org/coding-standards/wordpress-coding-standards/html/ HTML coding standards] said to use the values such as `checked="checked"` for each attribute, though an edit in April explicitly added "Omitting the value on boolean attributes is allowed."
     1[https://developer.wordpress.org/coding-standards/wordpress-coding-standards/html/#quotes HTML coding standards] said to use the values such as `checked="checked"` for each attribute, though an edit in April explicitly added "Omitting the value on boolean attributes is allowed."
    22
    33Updating `__checked_selected_helper()` output could be part of a larger project in the admin (ticket:61183#comment:9).