Ticket #39860: twentyfifteen.diff
| File twentyfifteen.diff, 685 bytes (added by , 9 years ago) |
|---|
-
wp-content/themes/twentyfifteen/inc/template-tags.php
97 97 } 98 98 99 99 $tags_list = get_the_tag_list( '', _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfifteen' ) ); 100 if ( $tags_list ) {100 if ( $tags_list && ! is_wp_error( $tags_list ) ) { 101 101 printf( '<span class="tags-links"><span class="screen-reader-text">%1$s </span>%2$s</span>', 102 102 _x( 'Tags', 'Used before tag names.', 'twentyfifteen' ), 103 103 $tags_list