#36156 closed defect (bug) (invalid)
redirect.js - Erroneous comma in object
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.4.1 |
| Component: | General | Keywords: | |
| Focuses: | javascript | Cc: |
Description
Within "redirect.js" there is an erroneous comma within the object on line 17 that causes an error in older IE browsers.
file_frame = wp.media.frames.file_frame = wp.media({
title: jQuery( this ).data( 'uploader_title' ),
button: {
text: jQuery( this ).data( 'uploader_button_text' ),
},
multiple: false
});
It is located at the end of the "text" object key row
Change History (5)
Note: See
TracTickets for help on using
tickets.
I'm either blind or I can't find this file. Where is it located? Are you sure it's part of WordPress and not a plugin/theme?