Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#14021 closed defect (bug) (fixed)

Undefined function get_blog_info()

Reported by: jimisaacs's profile jimisaacs Owned by:
Milestone: 3.0.1 Priority: high
Severity: major Version: 3.0
Component: Import Keywords: undefined function
Focuses: Cc:

Description

Don't ask me how I came across this, it was a fluke just searching for another method and found this in class-wp-importer being called on line 133.

But there is no definition for it.

Attachments (1)

class-wp-importer.diff (654 bytes) - added by briancolinger 15 years ago.

Download all attachments as: .zip

Change History (6)

#1 @nacinLead Developer
15 years ago

  • Milestone changed from Unassigned to 3.0.1
  • Priority changed from normal to high

Looks like it's supposed to be get_blog_details() I think?

#2 @jimisaacs
15 years ago

I think you are right, but is it being called correctly with these arguments?

get_blog_details( $fields, $get_all = true )

#3 @briancolinger
15 years ago

Sorry about that, attaching patch.

#4 @nacinLead Developer
15 years ago

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

(In [15297]) Use correct function name. props briancolinger, fixes #14021 for trunk.

#5 @nacinLead Developer
15 years ago

(In [15298]) Use correct function name. props briancolinger, fixes #14021 for 3.0.

Note: See TracTickets for help on using tickets.