Ticket #46604: 46604.patch
File 46604.patch, 691 bytes (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/inc/template-tags.php
145 145 setup_postdata( $post ); 146 146 set_query_var( 'panel', $id ); 147 147 148 get_template_part( 'template-parts/page/content', 'front-page-panels' ); 148 if ( $post && in_array( $post->post_status, array( 'publish', 'private' ) ) ) { 149 get_template_part( 'template-parts/page/content', 'front-page-panels' ); 150 } 149 151 150 152 wp_reset_postdata(); 151 153 } elseif ( is_customize_preview() ) {