Ticket #26961: 26961.patch
File 26961.patch, 723 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/inc/widgets.php
107 107 <article <?php post_class(); ?>> 108 108 <div class="entry-content"> 109 109 <?php 110 $tmp_more = $GLOBALS['more']; 111 $GLOBALS['more'] = 0; 112 110 113 if ( has_post_format( 'gallery' ) ) : 111 114 112 115 if ( post_password_required() ) : … … 195 198 wp_reset_postdata(); 196 199 197 200 $GLOBALS['content_width'] = $tmp_content_width; 201 $GLOBALS['more'] = $tmp_more; 198 202 199 203 endif; // End check for ephemeral posts. 200 204 }