Opened 7 years ago
Closed 6 years ago
#43259 closed defect (bug) (invalid)
Extra tabs in meta-boxes.php
Reported by: | chetan200891 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
There are too many extra tabs found in wp-admin/includes/meta-boxes.php
Attachments (1)
Change History (5)
#1
@
7 years ago
- Keywords has-patch added
Attached patch 43259.diff to remove extra tabs from wp-admin/includes/meta-boxes.php
#4
@
6 years ago
- Milestone 5.1 deleted
- Resolution set to invalid
- Status changed from new to closed
- Version trunk deleted
I agree that this is indented incorrectly, but it can't be fixed with a patch, as it'll simply be re-indented the next time composer run format
is run on that file.
This needs to be fixed by improving the structure of the code (less interpolation of PHP and HTML), or changing the auto-fixer behaviour in WPCS or PHPCS.
I'm going to close this ticket, as these are more substantial problems than tweaking indentation.
Note: See
TracTickets for help on using
tickets.
Created patch to remove extra tabs.