We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0119b commit f45ec06Copy full SHA for f45ec06
1 file changed
views/jobs-page.php
@@ -21,15 +21,8 @@
21
$options = $view['jobOptions'];
22
23
$input = ( fn( $name ): string => OptionRenderer::optionInput( $options[ $name ] ) );
24
-
25
$label = ( fn( $name, $description = false ): string => OptionRenderer::optionLabel( $options[ $name ], $description ) );
26
27
-$row = function ( $name ) use ( $options ) {
28
- $opt = $options[ $name ];
29
- return '<tr><td style="width: 50%">' . OptionRenderer::optionLabel( $opt, true ) .
30
- '</td><td>' . OptionRenderer::optionInput( $opt ) . '</td></tr>';
31
-}
32
33
?>
34
35
<div class="wrap">
0 commit comments