#57209 closed defect (bug) (fixed)
Inconsistent function definition brace
| Reported by: | Alberuni Azad. | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | General | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | coding-standards |
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..
4 years ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/57209#ticket
#5
@
4 years ago
- Keywords commit added
- Status reviewing → accepted
Ah thanks for the patch. Self-assigning for commit.
@audrasjb commented on PR #3687:
4 years ago
#7
Committed in https://core.trac.wordpress.org/changeset/54876
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello @alberuni-azad,
Thanks for reporting this. Would you like to propose a patch?