Opened 6 years ago
Closed 6 years ago
#3520 closed defect (bug) (fixed)
image uploader blue square
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (7)
comment:1
mdawaffe
— 6 years ago
- Keywords has-patch commit added
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
comment:3
foolswisdom
— 6 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