Making WordPress.org

Changeset 13141


Ignore:
Timestamp:
01/22/2024 08:23:34 PM (23 months ago)
Author:
ryelle
Message:

Site Branding: Update the twitter:image URL.

This updates the twitter square embed image to match the new default og:image.

Follow up to [13123].
See https://github.com/WordPress/wporg-main-2022/issues/378.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/site-branding.php

    r13123 r13141  
    9999     */
    100100    function jetpack_twitter_cards_image_default() {
    101         return 'https://s.w.org/images/backgrounds/wordpress-bg-medblue-square.png';
     101        return 'https://s.w.org/images/home/wordpress-default-image-square.png';
    102102    }
    103103    add_filter( 'jetpack_twitter_cards_image_default', __NAMESPACE__ . '\jetpack_twitter_cards_image_default' );
Note: See TracChangeset for help on using the changeset viewer.