Double error message on required image upload
-
Hi.
I found an unnecessary duplication of code in your input-functions.php on line 1927 as below:<?php if ( $cf['is_required'] ) { ?> <span class="geodir_message_error"><?php _e( $cf['required_msg'], 'geodirectory' ); ?></span> <?php }It messes up the output. You already have one error check on line 1947
Hope this helps!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Double error message on required image upload’ is closed to new replies.