Skip to content

Commit

Permalink
link to bookmark on page
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Aug 14, 2024
1 parent 917ae22 commit 576eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/people-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class="js-modal button-reset modal-<?php echo esc_html( $person_slug ); ?>">
?>
<div class="modal-sched__item">
<h5 class="modal-sched__title">
<a href="https://kccncna2024.sched.com/event/<?php echo esc_attr( $session->id ); ?>" target="_blank" rel="noopener noreferrer">
<a href="https://kccncna2024.sched.com/event/<?php echo esc_attr( $session->id ); ?>#sched-content" target="_blank" rel="noopener noreferrer">
<?php echo esc_html( $session->name ); ?>
</a>
</h5>
Expand Down

0 comments on commit 576eb36

Please sign in to comment.