Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#52756 closed defect (bug) (fixed)

Duplicate video URLs on WP 5.7 About screen

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: audrasjb's profile 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)

52756.diff (626 bytes) - added by audrasjb 4 years ago.

Download all attachments as: .zip

Change History (4)

@audrasjb
4 years ago

#1 @audrasjb
4 years ago

  • Keywords has-patch commit added
  • Owner set to audrasjb
  • Status changed from new to accepted

Given the webm video is actually available on w.org, we just need to change the URL.

#2 @SergeyBiryukov
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 50518:

Help/About: Correct the WebM video URL on About page.

Props mihdan, audrasjb.
Fixes #52756.

#3 @SergeyBiryukov
4 years ago

In 50519:

Help/About: Correct the WebM video URL on About page.

Props mihdan, audrasjb.
Merges [50518] to the 5.7 branch.
Fixes #52756.

Note: See TracTickets for help on using tickets.