boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

Update attachments uploader window code to work with WP 5.3+. #672

Closed dcavins closed 4 years ago

dcavins commented 4 years ago

In WP 5.3, the WP media was changed to improve ARIA support and Backbone was updated. Something in there caused the media window to no longer seem to exist before it was opened. This change moves the content mode filtration to the Backbone file_frame.on( "open" ) action.

boonebgorges commented 4 years ago

Thank you for this!