From ba7e5fb3f166160d8305262eaa2046f1b7fa459f Mon Sep 17 00:00:00 2001 From: Pedro de Carvalho Date: Sun, 4 Aug 2024 21:45:04 +0100 Subject: [PATCH] Update image_select.php --- fields/image_select/image_select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fields/image_select/image_select.php b/fields/image_select/image_select.php index c3abc18..530e95e 100644 --- a/fields/image_select/image_select.php +++ b/fields/image_select/image_select.php @@ -43,7 +43,7 @@ public function render() { echo '
'; echo '
'; - echo 'img-'. esc_attr( $num++ ) .''; + echo 'img-'. esc_attr( $num++ ) .''; echo 'field_attributes() . esc_attr( $checked ) .'/>'; echo '
'; echo '
';