Opened 5 hours ago
Closed 4 hours ago
#63037 closed defect (bug) (fixed)
Missing space before "checked" attribute
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
/wp-admin/edit-comments.php?comment_status=moderated
Currently like:
<label><input class="hide-column-tog" name="author-hide" type="checkbox" id="author-hide" value="author"checked=checked />Author</label>
missing space before checked attribute
Change History (4)
This ticket was mentioned in PR #8433 on WordPress/wordpress-develop by @kkmuffme.
5 hours ago
#1
- Keywords has-patch added
#2
@
5 hours ago
- Milestone changed from Awaiting Review to 6.8
- Owner set to audrasjb
- Status changed from new to reviewing
@audrasjb commented on PR #8433:
5 hours ago
#3
Thanks @kkmuffme I added a small suggestion, but I'm going to commit it directly on svn
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/63037