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 '
';