Opened 5 years ago
Closed 4 years ago
#53956 closed defect (bug) (reported-upstream)
base_blog_url gets overridden when using the regex parser
| Reported by: | jjpmann | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was fixed in the importer, I'm closing this as
reported-upstreaminstead offixedas the Importer issues can be managed via the GitHub repository.Thanks @jjpmann!