Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
maybe_regenerate_attachment_metadata( $attachment )
. On t…
…he Edit Media screen, call it for Audio and Video files. The functions checks if the item is lacking metadata altogether. If a video or audio file was uploaded prior to 3.6, it does not have any metadata. This tries to fix it. Implements locking via a transient to protect against this running in parallel with another request. This is the minimum viable product for #26825, but leaving the ticket open unless this function needs to be called in other places. See #26825. Built from https://develop.svn.wordpress.org/trunk@27127 git-svn-id: http://core.svn.wordpress.org/trunk@26994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information