#14896 closed defect (bug) (fixed)
Code cleanup: Missing braces, confusing wrong indent in functions.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | trivial | Version: | 3.1 |
Component: | General | Keywords: | dev-feedback has-patch |
Focuses: | Cc: |
Description
Patch is for current trunk r15633.
This is code cleanup only. There's a one-line foreach loop missing braces (per WordPress code style) immediately followed by misindented code that makes it look like it is inside the foreach loop, when it is not.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [15634]) Clarify code in wp_load_alloptions(). Props joelhardi. Fixes #14896