Ticket #1019: meta-1019.patch
File meta-1019.patch, 794 bytes (added by , 10 years ago) |
---|
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/jetpack-publicize-tweaks.php
13 13 * Provides a default image for sharing WordCamp home/pages to Facebook/Twitter/Google other than the Jetpack "blank" image. 14 14 */ 15 15 function 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'; 17 17 } 18 18 add_filter( 'jetpack_open_graph_image_default', 'wc_default_og_image' ); 19 19