Skip to content

Commit

Permalink
Version 2.4.1 prep-work
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Jun 22, 2024
1 parent 22e9768 commit e16c4f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MslsMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ public function theme_location( array $args ) {
$options[] = sprintf( '<option value="%1$s" %2$s>%1$s</option>', esc_attr( $value ), $this->selected( $value, $theme_locations ) );
}

printf( '<select id="%1$s" name="msls[%1$s][]" multiple="multiple">%2$s</select>', 'mslsmenu_theme_location', implode( '', $options ) );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
printf( '<select id="%1$s" name="msls[%1$s][]" multiple="multiple">%2$s</select>', 'mslsmenu_theme_location', implode( '', $options ) );
}

/**
Expand Down

0 comments on commit e16c4f4

Please sign in to comment.