Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#19002 closed defect (bug) (fixed)

wpdb comment refers to nonexistent get_last_error method

Reported by: mitchoyoshitaka's profile mitchoyoshitaka Owned by: nacin's profile nacin
Milestone: 3.3 Priority: normal
Severity: trivial Version:
Component: Database Keywords: has-patch
Focuses: Cc:

Description

No such getter exists. Instead, devs can just get ->last_error directly instead. This is a ticket to straighten this out.

Attachments (1)

19002.diff (377 bytes) - added by mitchoyoshitaka 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
13 years ago

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

In [19288]:

Remove reference to get_last_error(), it doesn't exist. props mitchoyoshitaka, fixes #19002.

#2 @nacin
13 years ago

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