Ticket #26961: 26961_alt.diff
File 26961_alt.diff, 714 bytes (added by , 11 years ago) |
---|
-
.php
old new 94 94 if ( $ephemera->have_posts() ) : 95 95 $tmp_content_width = $GLOBALS['content_width']; 96 96 $GLOBALS['content_width'] = 306; 97 $tmp_more = $GLOBALS['more']; 98 $GLOBALS['more'] = 0; 97 99 98 100 echo $args['before_widget']; 99 101 ?> … … 195 197 wp_reset_postdata(); 196 198 197 199 $GLOBALS['content_width'] = $tmp_content_width; 200 $GLOBALS['more'] = $tmp_more; 198 201 199 202 endif; // End check for ephemeral posts. 200 203 }