Make WordPress Core

Opened 2 months ago

Closed 2 months ago

#62799 closed defect (bug) (fixed)

Space missing at end of the input field.

Reported by: laxman-prajapati's profile Laxman Prajapati Owned by: desrosj's profile desrosj
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)

62799.patch (891 bytes) - added by Laxman Prajapati 2 months ago.
Created patch.
62799.1.patch (4.3 KB) - added by sabernhardt 2 months ago.

Download all attachments as: .zip

Change History (6)

@Laxman Prajapati
2 months ago

Created patch.

#1 @Laxman Prajapati
2 months ago

  • Keywords has-patch added

#2 @sabernhardt
2 months ago

  • Severity changed from normal to trivial
  • Version trunk deleted

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.

#3 @desrosj
2 months ago

  • Milestone changed from Awaiting Review to 6.8
  • Owner set to desrosj
  • Status changed from new to reviewing

#4 @desrosj
2 months ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 59600:

Coding Standards: Add missing space for self-closing tags.

Props laxman-prajapati, sabernhardt.
Fixes #62799.

Note: See TracTickets for help on using tickets.