Opened 14 months ago
Closed 14 months ago
#62799 closed defect (bug) (fixed)
Space missing at end of the input field.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.8 | Priority: | normal |
| Severity: | trivial | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | coding-standards | Cc: |
Description
Need to add a space at the end of the input field as per the standard core flow.
Attachments (2)
Change History (6)
#2
@
14 months ago
- Severity changed from normal to trivial
- Version trunk deleted
Searching ?>/> and "/>, I found a few similar instances too.
- Media Settings
thumbnail_cropcheckbox (in the first patch)- [7135] added the option.
- I removed the extra space before
<?php checked(to match theuploads_use_yearmonth_foldersoption.
- RSS widget
show_datecheckboxes - Database name field in
wp-admin/setup-config.php- [44545] removed the space when it added the
autofocusattribute.
- [44545] removed the space when it added the
- Network Settings
upload_space_check_disabledcheckbox - Discussion Settings
close_comments_days_oldfield- [59160] removed the space after the
classattribute.
- [59160] removed the space after the
Note: See
TracTickets for help on using
tickets.
Created patch.