We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6099727 + 0e26284 commit 2e234cfCopy full SHA for 2e234cf
views/setup_page.php
@@ -300,7 +300,7 @@ function ( $ele ) {
300
<tr valign="top">
301
<td><?php echo esc_html( $mv_var['name'] ); ?></td>
302
<td><?php echo esc_html( $mv_var['tag'] ); ?></td>
303
- <td><?php echo esc_html( ( 1 === $mv_var['required'] ) ? 'Y' : 'N' ); ?></td>
+ <td><?php echo esc_html( ( 1 === intval( $mv_var['required'] ) ) ? 'Y' : 'N' ); ?></td>
304
<td>
305
<?php
306
if ( ! $mv_var['required'] && $mv_var['public'] ) {
0 commit comments