Skip to content

Commit 75c8c54

Browse files
authored
Merge branch 'trunk' into tests/phpstan/level-0
2 parents 8e5e8b0 + 5338208 commit 75c8c54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-content/themes/twentynineteen/inc/template-tags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function twentynineteen_entry_footer() {
9292
/* translators: Hidden accessibility text. */
9393
__( 'Posted in', 'twentynineteen' ),
9494
$categories_list
95-
); // WPCS: XSS OK.
95+
);
9696
}
9797

9898
$tags_list = get_the_tag_list( '', wp_get_list_item_separator() );
@@ -104,7 +104,7 @@ function twentynineteen_entry_footer() {
104104
/* translators: Hidden accessibility text. */
105105
__( 'Tags:', 'twentynineteen' ),
106106
$tags_list
107-
); // WPCS: XSS OK.
107+
);
108108
}
109109
}
110110

0 commit comments

Comments
 (0)