Changeset 47886 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 06/02/2020 05:03:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop.php
r47808 r47886 177 177 <span class="meta-sep">|</span> 178 178 <?php endif; ?> 179 179 180 <?php 180 181 if ( $tags_list ) :181 $tags_list = get_the_tag_list( '', ', ' ); 182 if ( $tags_list && ! is_wp_error( $tags_list ) ) : 182 183 ?> 183 184 <span class="tag-links"> … … 189 190 <span class="meta-sep">|</span> 190 191 <?php endif; ?> 192 191 193 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 194 192 195 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 193 196 </div><!-- .entry-utility -->
Note: See TracChangeset
for help on using the changeset viewer.