#1 closed defect (bug) (fixed)
Handle https:// when manipulating 'home'
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: | ||
PR Number: |
Description
This:
preg_replace('|https?:[/]+|i', , get_settings('home') . '/' )
Instead of this:
preg_replace('|http://[^/]+|i', , get_settings('home') . '/' )
Change History (5)
Note: See
TracTickets for help on using
tickets.
http://wordpress.org/pipermail/cvs_wordpress.org/2004-June/000092.html