Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20670 closed defect (bug) (fixed)

log_app() using $message instead of $msg

Reported by: tamlyn's profile tamlyn Owned by: duck_'s profile duck_
Milestone: 3.4 Priority: normal
Severity: minor Version: 3.4
Component: XML-RPC Keywords: has-patch commit
Focuses: Cc:

Description (last modified by ocean90)

In the fix [19935], a variable was mistyped as $message instead of $msg.

Attachments (1)

log_app.patch (495 bytes) - added by tamlyn 12 years ago.
Fix for log_app() in wp-app.php

Download all attachments as: .zip

Change History (3)

@tamlyn
12 years ago

Fix for log_app() in wp-app.php

#1 @ocean90
12 years ago

  • Component changed from General to XML-RPC
  • Description modified (diff)
  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.4

#2 @duck_
12 years ago

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

In [20780]:

log_app(): s/$message/$msg/. Props tamlyn. Fixes #20670.

Note: See TracTickets for help on using tickets.