Changeset 6744
- Timestamp:
- 02/25/2018 09:44:41 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-domains.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-etiquette.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-gpl.php
r6653 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 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.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 ) { -
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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php
r6731 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 get_header(); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-philosophy.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-security.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.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 ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.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.