Skip to content

Commit

Permalink
Update wp-conference-schedule.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 24, 2023
1 parent f43e28f commit 217cd12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/wp-conference-schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function shortcode_sponsors( $attr, $content ) {
<' . esc_html( $heading_level ) . ' class="wpcsp-sponsor-level-heading"><span>' . $term->name . '</span></' . esc_html( $heading_level ) . '>
<ul class="wpcsp-sponsor-list">';
$footer = '</ul></div>';
$footer = '</ul></div>';

$secondary_heading = 'h3';
}
Expand Down Expand Up @@ -623,7 +623,8 @@ public function shortcode_sponsors( $attr, $content ) {
<?php the_title(); ?>
</<?php echo $secondary_heading; ?>>
<?php endif; ?>
<?php endif;
<?php
endif;
if ( 'list' !== $attr['type'] ) {
?>

Expand Down

0 comments on commit 217cd12

Please sign in to comment.