Skip to content

Commit

Permalink
Escape event title
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Sep 2, 2024
1 parent d8ce1dc commit 2b80a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ( $breadcrumbs ): array {

render_page(
__DIR__ . '/render.php',
__( $event->title(), 'wporg-translate-events-2024' ),
esc_html( $event->title() ),
$attributes
);
},
Expand Down

0 comments on commit 2b80a43

Please sign in to comment.