Skip to content

Commit d3f7b14

Browse files
committed
Fix simple liniting issues
1 parent fe822b0 commit d3f7b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/osi/inc/template-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ function osi_supporters_shortcode_renderer( array $args = array() ): string {
361361
$output .= '</div>';
362362
return $output;
363363
}
364-
add_shortcode( 'display_supporters', 'osi_supporters_shortcode_renderer' );
364+
add_shortcode( 'display_supporters', 'osi_supporters_shortcode_renderer' );

0 commit comments

Comments
 (0)