Opened 22 years ago
Closed 22 years ago
#886 closed defect (bug) (invalid)
admin css missing when changing wp directory
| Reported by: | trevorturk | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
if you change your wp installation directory, the admin css goes missing. here are the instructions:
http://wordpress.org/docs/installation/different-address/
You can solve the problem by changing:
<?php echo get_settings('siteurl') ?>
to
<?php bloginfo('wpurl') ?>
in admin-header.php on line 9.
perhaps the documentation could be updated, and/or the reference to the css file could be changed by the developers?
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
nevermind, seems to have been a problem with my browser, sorry!