Opened 2 months ago
Closed 2 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
@
2 months ago
- Severity changed from normal to trivial
- Version trunk deleted
Searching ?>/>
and "/>
, I found a few similar instances too.
- Media Settings
thumbnail_crop
checkbox (in the first patch)- [7135] added the option.
- I removed the extra space before
<?php checked(
to match theuploads_use_yearmonth_folders
option.
- RSS widget
show_date
checkboxes - Database name field in
wp-admin/setup-config.php
- [44545] removed the space when it added the
autofocus
attribute.
- [44545] removed the space when it added the
- Network Settings
upload_space_check_disabled
checkbox - Discussion Settings
close_comments_days_old
field- [59160] removed the space after the
class
attribute.
- [59160] removed the space after the
Note: See
TracTickets for help on using
tickets.
Created patch.