update code style to WPCS v3.0

This commit is contained in:
2023-11-09 18:14:31 +01:00
parent a1a3117141
commit 61ba951f0b
5 changed files with 12 additions and 11 deletions

View File

@ -54,7 +54,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php esc_html_e( 'all', 'stklcode-liveticker' ); ?>
</option>
<?php
for ( $i = 1; $i <= 10; $i ++ ) {
for ( $i = 1; $i <= 10; $i++ ) {
printf(
'<option value="%d"%s>%d</option>',
$i,