Skip to content

Commit

Permalink
php 8 change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandragauss committed Nov 1, 2023
1 parent 9ae1b7d commit 10b3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/tick-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function uri_ticks_get_ticks_by_month( $atts, $r, $m ) {

// The Query
$the_query = new WP_Query( $args );

$output = null;
$output .= '<div class="activity-container activity-' . $m . '">';
$output .= '<h4 class="title">' . ucfirst( $m ) . '</h4>';
$output .= '<ul class="activity-list">';
Expand Down

0 comments on commit 10b3442

Please sign in to comment.