Ticket #17716: 17716.diff
File 17716.diff, 2.0 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 if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?>57 56 <?php 57 $show_sep = false; 58 if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search 58 59 /* translators: used between list items, there is a space after the comma */ 59 60 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 60 61 if ( $categories_list ): -
wp-content/themes/twentyeleven/content-quote.php
49 49 <?php endif; ?> 50 50 51 51 <footer class="entry-meta"> 52 <?php if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?>53 52 <?php 53 $show_sep = false; 54 if ( 'post' == $post->post_type ) : // Hide category and tag text for pages on Search ?> 55 <?php 54 56 /* translators: used between list items, there is a space after the comma */ 55 57 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 56 58 if ( $categories_list ): -
wp-content/themes/twentyeleven/content-gallery.php
66 66 67 67 <footer class="entry-meta"> 68 68 <?php 69 $show_sep = false; 69 70 /* translators: used between list items, there is a space after the comma */ 70 71 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 71 72 if ( $categories_list ):