Make WordPress Core

Changeset 50518


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

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

Props mihdan, audrasjb.
Fixes #52756.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r50495 r50518  
    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.