• Resolved disinfor

    (@disinfor)


    In shortcode.php on line 155 and 173 for the label fields on the email popup, separate is spelled incorrectly.

    I would also recommend for anything thing that is printed/echoed out in the front end, that it’s echoed using apply_filters so developers can customize the output text without modifying your code.

    This is what I did for the logged in user on line 155:
    <?php echo apply_filters( 'watq_email_field_popup_logged_in', __('Write comma separate email addresses.', WATQ) ); ?>

    And the guest:
    <?php echo apply_filters( 'watq_email_field_popup_guest', __('Write comma separate email addresses.', WATQ) ); ?>

    I know I’ve posted a few bugs here, but is there a better place to suggest changes to you?

  • The topic ‘Typo in shortcode.php’ is closed to new replies.