Ticket #17566: 17566-instantiate-show_sep-variable.diff
File 17566-instantiate-show_sep-variable.diff, 1.6 KB (added by , 14 years ago) |
---|
-
wp-content/themes/twentyeleven/content.php
53 53 <?php endif; ?> 54 54 55 55 <footer class="entry-meta"> 56 <?php $show_sep = false; ?> 56 57 <?php if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?> 57 58 <?php 58 59 /* translators: used between list items, there is a space after the comma */ -
wp-content/themes/twentyeleven/content-quote.php
49 49 <?php endif; ?> 50 50 51 51 <footer class="entry-meta"> 52 <?php $show_sep = false; ?> 52 53 <?php if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?> 53 54 <?php 54 55 /* translators: used between list items, there is a space after the comma */ -
wp-content/themes/twentyeleven/content-gallery.php
65 65 <?php endif; ?> 66 66 67 67 <footer class="entry-meta"> 68 <?php $show_sep = false; ?> 68 69 <?php 69 70 /* translators: used between list items, there is a space after the comma */ 70 71 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );