#53857 closed defect (bug) (duplicate)
Check if the 'mirroring' property exists in media-views.js
Reported by: | MMDeveloper | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.8 |
Component: | Media | Keywords: | has-patch needs-testing |
Focuses: | javascript, administration | Cc: |
Description
/wp-includes/js/media-views.js
<?php this.collection.mirroring.args.s
on line 2121 should be
<?php if ( this.collection.hasOwnProperty('mirroring') && this.collection.mirroring.args.s ){
Similar issue
/wp-includes/js/media-views.min.js
Attachments (1)
Change History (5)
#1
@
3 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
#2
@
3 years ago
- Component changed from General to Media
- Focuses javascript administration added
- Summary changed from Small Bug to Check if the 'mirroring' property exists in media-views.js
Note: See
TracTickets for help on using
tickets.
Duplicate of #53856.