Opened 4 years ago
Closed 2 years ago
#53956 closed defect (bug) (reported-upstream)
base_blog_url gets overridden when using the regex parser
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
Plugin: WordPress Importer
Class: WXR_Parser_Regex
The logic for setting base_blog_url in the loop will always set it as base_url unless it matches the current line. Need to verify it's not already set before overriding the value.
Change History (1)
Note: See
TracTickets for help on using
tickets.
This was fixed in the importer, I'm closing this as
reported-upstream
instead offixed
as the Importer issues can be managed via the GitHub repository.Thanks @jjpmann!