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..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 @@

- . + .

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' => '
  • ',