Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Nov 12, 2023
1 parent 78f1763 commit 7dd0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-post-venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public static function nearby_select( $lat, $lng, $current = 0, $echo = true ) {
$venue = intval( $venue );
$return .= sprintf( '<option value="%1$s" %2$s>%3$s</option>', esc_attr( $venue ), selected( $current, $venue, false ), esc_html( get_the_title( $venue ) ) );
}
$return .= '</select>';
$return .= '</select><br />';
if ( $echo ) {
echo $return;
}
Expand Down

0 comments on commit 7dd0d90

Please sign in to comment.