#7150 closed defect (bug) (duplicate)
install has no styling
Reported by: | DD32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.6 |
Component: | Administration | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The WordPress installer has no styling if its installed into a subdirectory.
Eg: http://site/wordpress/wp-admin/install.php has this HTML:
<link rel='stylesheet' href='/wp-admin/css/install.css?ver=2.6-bleeding2' type='text/css' media='all' /> </head> <body> <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
it appears that admin_css does not realise that it needs to use a relative path.
Possibly in that case hard-coding the stylesheet may be an option?
Change History (2)
Note: See
TracTickets for help on using
tickets.
see #7129