Make WordPress Core

Changeset 50519


Ignore:
Timestamp:
03/10/2021 10:28:08 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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

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

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-admin/about.php

    r50498 r50519  
    9191                <video controls>
    9292                    <source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/mp4" />
    93                     <source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/webm" />
     93                    <source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.webm" type="video/webm" />
    9494                </video>
    9595            </div>
Note: See TracChangeset for help on using the changeset viewer.