#31128 closed enhancement (invalid)
Fix code style issues in functions.wp-scripts.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 4.2 |
Component: | Script Loader | Keywords: | |
Focuses: | Cc: |
Description
Braces should always be used, even when they are not required
Convert remaining code blocks to using [Brace Style](https://make.wordpress.org/core/handbook/coding-standards/php/#brace-style).
Attachments (1)
Change History (4)
#2
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Please note that formatting cleanup tickets are generally discouraged. Coding style fixes should be a result of more substantial changes: http://make.wordpress.org/core/2011/03/23/code-refactoring/. But thanks for the patch!
Note: See
TracTickets for help on using
tickets.
Diff file to fix code style