WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#3520 closed defect (bug) (fixed)

image uploader blue square

Reported by: devil1591 Owned by: mdawaffe
Priority: high Milestone: 2.1
Component: Administration Version: 2.1
Severity: blocker Keywords: attachment thumb has-patch commit
Cc:

Description (last modified by foolswisdom)

One Symptom of this: There's no image preview when I browse all in the image uploader just a blue square.

function wp_get_attachment_thumb_url is buggy

in wp-includes/post.php line 1459, remove "return false;"

It was causing some invalid thumbs path (empty) in upload admin.

This is on SVN 4674

Attachments (2)

3520.diff (360 bytes) - added by mdawaffe 6 years ago.
3520b.diff (4.1 KB) - added by mdawaffe 6 years ago.

Download all attachments as: .zip

Change History (7)

mdawaffe6 years ago

comment:1 mdawaffe6 years ago

  • Keywords has-patch commit added
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

comment:2 ryan6 years ago

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

(In [4675]) wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520

comment:3 foolswisdom6 years ago

  • Description modified (diff)
  • Summary changed from Attachment Thumb Bug to image uploader blue square

comment:4 mdawaffe6 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

There's another bug :(

mdawaffe6 years ago

comment:5 ryan6 years ago

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

(In [4682]) wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520

Note: See TracTickets for help on using tickets.