Changeset 6744 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php
- Timestamp:
- 02/25/2018 09:44:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-license.php
r6732 r6744 13 13 return get_template_part( 'page' ); 14 14 } 15 16 // Prevent Jetpack from looking for a non-existent featured image. 17 add_filter( 'jetpack_images_pre_get_images', function() { 18 return new \WP_Error(); 19 } ); 15 20 16 21 add_filter( 'jetpack_open_graph_tags', function( $tags ) {
Note: See TracChangeset
for help on using the changeset viewer.