Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#804 closed defect (bug) (fixed)

wp_get_single_post does not respect mode parameter

Reported by: ringmaster's profile ringmaster Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: minor Version: 1.5
Component: General Keywords:
Focuses: Cc:

Description

wp_get_single_post() in functions-post.php fails if the mode parameter is set to the default (OBJECT). The error returned is "Cannot use a scalar value as an array".

Attachments (1)

functions-post.php.patch (708 bytes) - added by ringmaster 20 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ringmaster
20 years ago

  • Patch set to No

#2 @ringmaster
20 years ago

  • Patch changed from No to Yes

#3 @ringmaster
20 years ago

I was using a breadcrumb plugin (from http://technicallyincorrect.org/) which uses this function with the parameter default and fails every time.

#4 @ryan
20 years ago

  • fixed_in_version set to 1.5
  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 20
  • Status changed from new to closed

Patch applied.

Note: See TracTickets for help on using tickets.