Ticket #4751 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Readme.html points to wrong stylesheet

Reported by: Stevie212 Assigned to: JeremyVisser
Priority: low Milestone: 2.3
Component: Administration Version: 2.3
Severity: minor Keywords: has-patch commit
Cc:

Description

In the latest WP 2.3-alpha build (8/14/07) the readme.html file does not have any style on it, looking in the source code, clearly it hasn't selected the right stylesheet, as since the admin stylesheets have been moved into a wp-admin/css/ instead of wp-admin/, but the readme file still tries to select wp-admin/install.css, when it should be wp-admin/css/install.css.

Attachments

4751.diff (497 bytes) - added by JeremyVisser on 08/15/07 04:26:57.

Change History

08/15/07 04:26:57 changed by JeremyVisser

  • attachment 4751.diff added.

08/15/07 04:27:26 changed by JeremyVisser

  • keywords changed from style, css, readme to has-patch commit.

08/15/07 04:29:15 changed by JeremyVisser

  • owner changed from anonymous to JeremyVisser.
  • status changed from new to assigned.

In addition, it still refers to WP 2.2; should be changed.

08/16/07 18:09:31 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [5878]) Fix css path for readme.html. Props Stevie212, JeremyVisser?. fixes #4751