Changeset 7871
- Timestamp:
- 11/18/2018 09:19:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/content-search.php
r7870 r7871 36 36 <?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : ?> 37 37 <span class="entry-tags"> 38 <?php breathe_tags_with_count( '', __( '<br />Tags:' , 'wporg-breathe' ) .' ', ', ', ' ' ); ?> 38 <?php breathe_tags_with_count( '', '<br />' . __( 'Tags:' , 'wporg-breathe' ) .' ', ', ', ' ' ); ?> 39 39 </span> 40 40 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.