Opened 6 years ago
Last modified 5 years ago
#45939 reviewing defect (bug)
Coding Standards: fix <br/> in core files
Reported by: | man4toman | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | coding-standards | Cc: |
Description
In order to self-closing-elements, a single space should precede the self-closing slash.
I created this patch for version 5.0.3, but this version isn't on ticket version selector.
Attachments (2)
Change History (7)
#1
@
6 years ago
@man4toman, I audited all <br/> occurrences in the following files:
- src/wp-admin/custom-background.php
- src/wp-admin/edit-comments.php
- src/wp-admin/includes/class-wp-filesystem-base.php
- src/wp-admin/includes/class-wp-ms-users-list-table.php
- src/wp-admin/includes/class-wp-plugins-list-table.php
- src/wp-admin/install.php
- src/wp-admin/network/settings.php
- src/wp-admin/network/site-info.php
- src/wp-admin/options-reading.php
- src/wp-includes/widgets/class-wp-widget-archives.php
Note: See
TracTickets for help on using
tickets.
Patch.