Making WordPress.org

Ticket #1019: meta-1019.patch

File meta-1019.patch, 794 bytes (added by SergeyBiryukov, 10 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-publicize-tweaks.php

     
    1313 * Provides a default image for sharing WordCamp home/pages to Facebook/Twitter/Google other than the Jetpack "blank" image.
    1414 */
    1515function wc_default_og_image() {
    16         return 'https://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png';
     16        return 'https://s.w.org/images/backgrounds/wordpress-bg-medblue.png';
    1717}
    1818add_filter( 'jetpack_open_graph_image_default', 'wc_default_og_image' );
    1919