Skip to content

Commit

Permalink
Merge pull request #376 from WordPress/fix/warning-editor-options
Browse files Browse the repository at this point in the history
Define $editor_options which is used but not set.
  • Loading branch information
akirk authored Nov 5, 2024
2 parents b67da69 + 47358b0 commit cad9905
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 cad9905

Please sign in to comment.