From 8f7fcd426fc09297f14d6335cd9dbdc91aaa4bbd Mon Sep 17 00:00:00 2001 From: wussup Date: Mon, 6 Jul 2020 15:40:59 +0200 Subject: [PATCH 1/2] Too many quotes Too many quotes --- includes/pojo-a11y-frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/pojo-a11y-frontend.php b/includes/pojo-a11y-frontend.php index 5a23a23..e03ca29 100644 --- a/includes/pojo-a11y-frontend.php +++ b/includes/pojo-a11y-frontend.php @@ -214,7 +214,7 @@ private function get_toolbar_svg( $icon ) { static $icons = false; if ( false === $icons ) { $icons = array( - 'resize_font_add' => '', + 'resize_font_add' => '', 'resize_font_less' => '', 'grayscale' => '', 'high_contrast' => '', From be826d32e8829615c9a5f3946e1a30aa1d5512ae Mon Sep 17 00:00:00 2001 From: wussup Date: Mon, 6 Jul 2020 15:46:05 +0200 Subject: [PATCH 2/2] Update pojo-a11y-frontend.php --- includes/pojo-a11y-frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/pojo-a11y-frontend.php b/includes/pojo-a11y-frontend.php index e03ca29..e09b94c 100644 --- a/includes/pojo-a11y-frontend.php +++ b/includes/pojo-a11y-frontend.php @@ -217,7 +217,7 @@ private function get_toolbar_svg( $icon ) { 'resize_font_add' => '', 'resize_font_less' => '', 'grayscale' => '', - 'high_contrast' => '', + 'high_contrast' => '', 'negative_contrast' => '', 'light_bg' => '', 'links_underline' => '',