From fad28ef12abdd9b0e8faf7fb8b38117e1169cf78 Mon Sep 17 00:00:00 2001 From: narenin Date: Sun, 30 Jun 2024 16:05:21 +0530 Subject: [PATCH 1/3] Fixed Accessbility Issue --- .../themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php index 02a76f7f0d..e5f57a402f 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php @@ -66,7 +66,7 @@

- . + .

From 2155527340cbac2a5d90509c7b0eeb4dded87231 Mon Sep 17 00:00:00 2001 From: narenin Date: Sun, 30 Jun 2024 16:13:59 +0530 Subject: [PATCH 2/3] Fixed Accessbility Issue --- .../themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php index e5f57a402f..a08b298a24 100644 --- a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/sidebar-meta-info.php @@ -66,7 +66,7 @@

- . + .

From 9139e605f6370f3e1ba377de9311c9182ea22d7e Mon Sep 17 00:00:00 2001 From: narenin Date: Sun, 30 Jun 2024 16:16:19 +0530 Subject: [PATCH 3/3] Fixed Accessbility Issue --- .../public_html/wp-content/themes/wptv2/sidebar-single.php | 2 +- wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php b/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php index 6f73cd085a..a6f9bcf550 100644 --- a/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php +++ b/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php @@ -142,7 +142,7 @@ the_widget( 'WP_Widget_Custom_HTML', [ - 'content' => '

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.', + 'content' => '

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.', ] ); ?> diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php b/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php index a6ff2b593d..fa0400bb24 100644 --- a/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php +++ b/wordpress.tv/public_html/wp-content/themes/wptv2/sidebar.php @@ -11,7 +11,7 @@ the_widget( 'WP_Widget_Custom_HTML', [ - 'content' => 'Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.', + 'content' => 'Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.', ], [ 'before_widget' => '
  • ',