From 7808d0c4fdf39272a682af0d4d49e954d63edaf1 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Mon, 22 Jul 2019 04:47:29 +0200 Subject: [PATCH 1/2] Use bootstrap class --- inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 2beb880..a160bd8 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -75,7 +75,7 @@ if ( ! function_exists( 'understrap_entry_footer' ) ) { sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'understrap' ), - the_title( '"', '"', false ) + the_title( '"', '"', false ) ), '', '' From 7ad430f3e9cf326d26378c6c3302a41f272feeb6 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Mon, 22 Jul 2019 04:52:40 +0200 Subject: [PATCH 2/2] Use bootstrap class Use `.sr-only` for `.screen-reader-text` --- comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comments.php b/comments.php index 205e7af..5f73965 100644 --- a/comments.php +++ b/comments.php @@ -59,7 +59,7 @@ if ( post_password_required() ) {