#52756 closed defect (bug) (fixed)
Duplicate video URLs on WP 5.7 About screen
Reported by: | SergeyBiryukov | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 5.7.1 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Help/About | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Reported by @mihdan on Russian WP Slack.
The About page for 5.7 has duplicate video URLs:
<div class="column about__image"> <video controls> <source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/mp4" /> <source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/webm" /> </video> </div>
I think the second URL is supposed to link to about-57-drag-drop-image.webm
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Given the webm video is actually available on w.org, we just need to change the URL.