Opened 17 years ago
Closed 17 years ago
#7129 closed defect (bug) (fixed)
Installer has incorrect URL for CSS when WordPress is in a subdirectory of the domain
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | major | Version: | 2.6 |
Component: | General | Keywords: | has-patch, installer, script-loader |
Focuses: | Cc: |
Description
The installer loses the correct URL for the CSS files when WordPress is being installed in a sub-directory of the domain.
This is because site_url() returns nothing during install and the script loaders rely on site_url() to determine the full url to the CSS.
I have borrowed the URL guessing routines from elsewhere in the installer/updgrader to create a new function wp_guess_url().
I have applied this to all places where the URL is guessed (that I could find) to de-dupe the regexp code.
I'm not sure if this is occuring in the 2.5 branch, but it is happening in trunk.
Patch included.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related ticket at #4732
Closed older ticket as duplicate at #7028