#3520 closed defect (bug) (fixed)
image uploader blue square
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | high |
Severity: | blocker | Version: | 2.1 |
Component: | Administration | Keywords: | attachment thumb has-patch commit |
Focuses: | Cc: |
Description (last modified by )
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)
Change History (7)
#1
@
19 years ago
- Keywords has-patch commit added
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
#3
@
19 years ago
- Description modified (diff)
- Summary changed from Attachment Thumb Bug to image uploader blue square
Note: See
TracTickets for help on using
tickets.
(In [4675]) wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520