Make WordPress Core


Ignore:
Timestamp:
06/17/2026 01:16:24 AM (4 days ago)
Author:
peterwilsoncc
Message:

Help/About: Restore image cache busting strings to 7.0.

Reverts the update to cache busting strings in r62423 to restore them to ver=7.0. As the images will not change in WordPress 7.0.1 there is no need to deal with stale caches.

Follow-up to r62423.

Props peterwilsoncc, mukesh27, wildworks.
See #65352.

File:
1 edited

Legend:

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

    r62423 r62512  
    3232    <div class="about__header">
    3333        <div class="about__header-image">
    34             <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0.1' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
     34            <img src="<?php echo esc_url( admin_url( 'images/about-release-logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text ); ?>" />
    3535        </div>
    3636
Note: See TracChangeset for help on using the changeset viewer.