[wp-trac] [WordPress Trac] #53857: Small Bug
WordPress Trac
noreply at wordpress.org
Mon Aug 2 06:00:12 UTC 2021
#53857: Small Bug
--------------------------+-----------------------------
Reporter: MMDeveloper | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.8
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
/wp-includes/js/media-views.js
{{{#!php
<?php
this.collection.mirroring.args.s
}}}
on line 2121 should be
{{{#!php
<?php
if (
this.collection.hasOwnProperty('mirroring') &&
this.collection.mirroring.args.s
){
}}}
Similar issue
/wp-includes/js/media-views.min.js
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53857>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list