[wp-trac] [WordPress Trac] #62799: Space missing at end of the input field.

WordPress Trac noreply at wordpress.org
Fri Jan 10 23:23:01 UTC 2025


#62799: Space missing at end of the input field.
------------------------------+-------------------------------
 Reporter:  Laxman Prajapati  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  General           |     Version:
 Severity:  trivial           |  Resolution:
 Keywords:  has-patch         |     Focuses:  coding-standards
------------------------------+-------------------------------
Changes (by sabernhardt):

 * version:  trunk =>
 * severity:  normal => trivial


Comment:

 Searching `?>/>` and `"/>`, I found a few similar instances too.

 1. Media Settings `thumbnail_crop` checkbox (in the first patch)
  - [7135] added the option.
  - I removed the extra space before `<?php checked(` to match the
 `uploads_use_yearmonth_folders` option.
 2. RSS widget `show_date` checkboxes
  - [6705] added three display options, and [28787] added a space after the
 last attribute in the `show_summary` and `show_author` checkboxes.
  - I kept the unnecessary extra space before `<?php checked(` because the
 other RSS options have the same space.
 3. Database name field in `wp-admin/setup-config.php`
  - [44545] removed the space when it added the `autofocus` attribute.
 4. Network Settings `upload_space_check_disabled` checkbox
  - [12911] removed the space, before [13796] switched from radio buttons
 to a checkbox.
 5. Discussion Settings `close_comments_days_old` field
  - [59160] removed the space after the `class` attribute.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62799#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list