add more output sanitization
This commit is contained in:
parent
61ba951f0b
commit
3f8c9acdc0
@ -57,7 +57,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
for ( $i = 1; $i <= 10; $i++ ) {
|
||||
printf(
|
||||
'<option value="%d"%s>%d</option>',
|
||||
$i,
|
||||
intval( $i ),
|
||||
( $i === $count ) ? ' selected' : '',
|
||||
intval( $i )
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user