Changeset 12472
- Timestamp:
- 03/16/2023 02:43:12 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r12391 r12472 1121 1121 */ 1122 1122 function wporg_learn_return_default_image( $default_image ) { 1123 return 'https://s.w.org/images/learn-thumbnail-fallback.jpg ';1123 return 'https://s.w.org/images/learn-thumbnail-fallback.jpg?v=2'; 1124 1124 } 1125 1125 add_action( 'jetpack_open_graph_image_default', 'wporg_learn_return_default_image', 15, 1 );
Note: See TracChangeset
for help on using the changeset viewer.