Make WordPress Core

Changeset 53649


Ignore:
Timestamp:
07/04/2022 06:36:32 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Add cache busting string to video thumbnail.

Append ?ver=6.0 to the image used for linking to the video to break the cache in browsers, proxy servers and on the CDN.

A new version of the image has been uploaded and replaced the file in the original location.

Props annezazu, critterverse, ryelle, costdev, ironprogrammer, dd32, peterwilsoncc.
Merges [53447] to the 6.0 branch.
Fixes #55808.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

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

    r53443 r53649  
    257257            <div class="column about__image is-vertically-aligned-top">
    258258                <a href="https://www.youtube.com/watch?v=oe452WcY7fA">
    259                     <img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
     259                    <img src="https://s.w.org/images/core/6.0/about-60-video.png?ver=6.0" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
    260260                </a>
    261261            </div>
Note: See TracChangeset for help on using the changeset viewer.