Changeset 27124
- Timestamp:
- 02/07/2014 06:03:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r26698 r27124 103 103 <ol> 104 104 105 <?php while ( $ephemera->have_posts() ) : $ephemera->the_post(); ?> 105 <?php 106 while ( $ephemera->have_posts() ) : 107 $ephemera->the_post(); 108 $tmp_more = $GLOBALS['more']; 109 $GLOBALS['more'] = 0; 110 ?> 106 111 <li> 107 112 <article <?php post_class(); ?>> … … 195 200 wp_reset_postdata(); 196 201 202 $GLOBALS['more'] = $tmp_more; 197 203 $GLOBALS['content_width'] = $tmp_content_width; 198 204
Note: See TracChangeset
for help on using the changeset viewer.