Ticket #7206 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Upload URLs not being correctly determined by wp_upload_dir()

Reported by: sambauers Assigned to: anonymous
Priority: high Milestone: 2.6
Component: General Version: 2.6
Severity: critical Keywords: has-patch
Cc:

Description

This is a bug introduced by #6938 related changes.

wp_upload_dir() was not properly adapted to handle WP_CONTENT_URL

Patch attached.

Attachments

wp_content_uploads_url.patch (0.7 kB) - added by sambauers on 06/29/08 07:19:49.

Change History

06/29/08 07:19:49 changed by sambauers

  • attachment wp_content_uploads_url.patch added.

06/30/08 03:33:06 changed by ryan

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

(In [8216]) Use WP_CONTENT_URL in wp_upload_dir(). Props sambauers. fixes #7206