#57209 closed defect (bug) (fixed)
Inconsistent function definition brace
Reported by: | Alberuni Azad. | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | General | Keywords: | has-patch commit |
Focuses: | coding-standards | Cc: |
Description
On line 69 of the wp-admin/includes/noop.php file. The right brace of the function is not in the new line which is not consistent. The brace should be in the new line.
Change History (7)
This ticket was mentioned in PR #3687 on WordPress/wordpress-develop by @Alberuni Azad..
2 years ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/57209#ticket
#3
@
2 years ago
- Milestone changed from Awaiting Review to 6.2
- Version set to 4.4
Introduced in [34037].
#5
@
2 years ago
- Keywords commit added
- Status changed from reviewing to accepted
Ah thanks for the patch. Self-assigning for commit
.
@audrasjb commented on PR #3687:
2 years ago
#7
Committed in https://core.trac.wordpress.org/changeset/54876
Note: See
TracTickets for help on using
tickets.
Hello @alberuni-azad,
Thanks for reporting this. Would you like to propose a patch?