- Timestamp:
- 06/02/2020 05:03:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php
r47122 r47886 97 97 /* translators: Used between list items, there is a space after the comma. */ 98 98 $tags_list = get_the_tag_list( '', __( ', ', 'twentynineteen' ) ); 99 if ( $tags_list ) {99 if ( $tags_list && ! is_wp_error( $tags_list ) ) { 100 100 printf( 101 101 /* translators: 1: SVG icon. 2: Posted in label, only visible to screen readers. 3: List of tags. */
Note: See TracChangeset
for help on using the changeset viewer.