Opened 20 years ago
Closed 20 years ago
#886 closed defect (bug) (invalid)
admin css missing when changing wp directory
Reported by: | trevorturk | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
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.
nevermind, seems to have been a problem with my browser, sorry!