Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14896 closed defect (bug) (fixed)

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

Reported by: joelhardi's profile joelhardi 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)

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

Download all attachments as: .zip

Change History (3)

#1 @scribu
14 years ago

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

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

#2 @scribu
14 years ago

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