Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14896 closed defect (bug) (fixed)

Code cleanup: Missing braces, confusing wrong indent in functions.php

Reported by: joelhardi Owned by:
Priority: normal Milestone: 3.1
Component: General Version: 3.1
Severity: trivial Keywords: dev-feedback has-patch
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)

functions.php.15633.diff (750 bytes) - added by joelhardi 3 years ago.

Download all attachments as: .zip

Change History (3)

  • Resolution set to fixed
  • Status changed from new to closed

(In [15634]) Clarify code in wp_load_alloptions(). Props joelhardi. Fixes #14896

  • Milestone changed from Awaiting Review to 3.1
Note: See TracTickets for help on using tickets.