Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4877 closed defect (bug) (fixed)

Install in subdir has broken css link

Reported by: westi's profile westi Owned by: westi's profile westi
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.3
Component: Administration Keywords: has-patch tested dev-reviewed
Focuses: Cc:

Description (last modified by westi)

When installing WordPress in a subdirectory the changes to wp_admin_css have broken the link to the css file.

At install time siteurl is undefined so we don't get an explicit url.

Relates to #4830 and [5965]

Attachments (1)

4877.diff (725 bytes) - added by westi 18 years ago.
Ensure we point at the stylesheet correctly when installing.

Download all attachments as: .zip

Change History (6)

#1 @ryan
18 years ago

Maybe use a link relative to wp-admin if WP_INSTALLING

#2 @westi
18 years ago

  • Description modified (diff)
  • Owner changed from anonymous to westi
  • Status changed from new to assigned

@westi
18 years ago

Ensure we point at the stylesheet correctly when installing.

#3 @westi
18 years ago

  • Keywords has-patch tested added; needs-patch removed

#4 @ryan
18 years ago

  • Keywords dev-reviewed added

+1

#5 @westi
18 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [6024]) Fix admin css link when installing in a directory. Fixes #4877

Note: See TracTickets for help on using tickets.