Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#886 closed defect (bug) (invalid)

admin css missing when changing wp directory

Reported by: trevorturk's profile trevorturk Owned by: ryan's profile 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)

#1 @trevorturk
20 years ago

  • Patch set to No

#2 @trevorturk
20 years ago

nevermind, seems to have been a problem with my browser, sorry!

#3 @ryan
20 years ago

  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 70
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.