Skip to content

Commit

Permalink
Fixing linting issues with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge.gonzález committed Aug 1, 2024
1 parent 1bc6133 commit 4f4d68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public_html/wp-content/mu-plugins/latest-site-hints.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ function show_notification_about_latest_site() {

echo '<div class="wordcamp-latest-site-notify"><p>' .
wp_sprintf(
__('%1$s is over. Check out <a href="%2$s">the next edition</a>!', 'wordcamporg' ),
esc_html( get_blog_details( $current_blog->blog_id )->blogname ),
esc_url( $latest_domain )
__('%1$s is over. Check out <a href="%2$s">the next edition</a>!', 'wordcamporg' ),
esc_html( get_blog_details( $current_blog->blog_id )->blogname ),
esc_url( $latest_domain )
) .
'</p></div>';
}
Expand Down

0 comments on commit 4f4d68d

Please sign in to comment.