#57209 closed defect (bug) (fixed)
Inconsistent function definition brace
Reported by: |
|
Owned by: |
|
---|---|---|---|
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..
6 months ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/57209#ticket
#3
@
6 months ago
- Milestone changed from Awaiting Review to 6.2
- Version set to 4.4
Introduced in [34037].
#5
@
6 months ago
- Keywords commit added
- Status changed from reviewing to accepted
Ah thanks for the patch. Self-assigning for commit
.
@audrasjb commented on PR #3687:
6 months 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?