From 4f4d68d2afec3740599760b06deb0a1d1bf7d9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jorge=2Egonz=C3=A1lez?= Date: Thu, 1 Aug 2024 11:14:33 +0200 Subject: [PATCH] Fixing linting issues with spaces --- public_html/wp-content/mu-plugins/latest-site-hints.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/wp-content/mu-plugins/latest-site-hints.php b/public_html/wp-content/mu-plugins/latest-site-hints.php index 665c78955..46f82c73e 100644 --- a/public_html/wp-content/mu-plugins/latest-site-hints.php +++ b/public_html/wp-content/mu-plugins/latest-site-hints.php @@ -127,9 +127,9 @@ function show_notification_about_latest_site() { echo '

' . wp_sprintf( - __('%1$s is over. Check out the next edition!', 'wordcamporg' ), - esc_html( get_blog_details( $current_blog->blog_id )->blogname ), - esc_url( $latest_domain ) + __('%1$s is over. Check out the next edition!', 'wordcamporg' ), + esc_html( get_blog_details( $current_blog->blog_id )->blogname ), + esc_url( $latest_domain ) ) . '

'; }