Skip to content

Commit

Permalink
Define $editor_options which is used not set.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Nov 5, 2024
1 parent b67da69 commit 47358b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/routes/event/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public function handle( string $event_slug, string $locale, string $status = 'an
}
Templates::render( 'translations/header', get_defined_vars() );

$editor_options = array();

foreach ( $translation_sets as $ts ) {
$rows = $wpdb->get_results(
$wpdb->prepare(
Expand Down

0 comments on commit 47358b0

Please sign in to comment.