diff --git a/src/wp-content/themes/twentynineteen/inc/template-tags.php b/src/wp-content/themes/twentynineteen/inc/template-tags.php index 44e180785cb56..63e9f78e1b505 100644 --- a/src/wp-content/themes/twentynineteen/inc/template-tags.php +++ b/src/wp-content/themes/twentynineteen/inc/template-tags.php @@ -92,7 +92,7 @@ function twentynineteen_entry_footer() { /* translators: Hidden accessibility text. */ __( 'Posted in', 'twentynineteen' ), $categories_list - ); // WPCS: XSS OK. + ); } $tags_list = get_the_tag_list( '', wp_get_list_item_separator() ); @@ -104,7 +104,7 @@ function twentynineteen_entry_footer() { /* translators: Hidden accessibility text. */ __( 'Tags:', 'twentynineteen' ), $tags_list - ); // WPCS: XSS OK. + ); } } diff --git a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index a87bf84db244c..946045e982347 100644 --- a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -327,7 +327,6 @@ public static function get_social_link_svg( $uri ) { 'whatsapp' => ' ', - // phpcs:disable WordPress.WP.CapitalPDangit.Misspelled 'wordpress' => '', 'yelp' => '', diff --git a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php index eb2ec8efe55a6..8012677ce8e76 100644 --- a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php +++ b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php @@ -37,7 +37,7 @@ protected function html5_comment( $comment, $depth, $args ) { $tag = ( 'div' === $args['style'] ) ? 'div' : 'li'; ?> - < id="comment-" has_children ? 'parent' : '', $comment ); ?>> + < id="comment-" has_children ? 'parent' : '', $comment ); ?>>