#14021 closed defect (bug) (fixed)
Undefined function get_blog_info()
Reported by: | 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.
Pull Requests
- Loading…
Change History (6)
#1
@ Lead Developer
15 years ago
- Milestone changed from Unassigned to 3.0.1
- Priority changed from normal to high
#2
@
15 years ago
I think you are right, but is it being called correctly with these arguments?
get_blog_details( $fields, $get_all = true )
Note: See
TracTickets for help on using
tickets.
Looks like it's supposed to be get_blog_details() I think?