Fixed Strange behaviour when the input of the title or the message is Zero

If you try to preview the post, you will get this error in the browser console
1513975702482.webp
 
Sounds like we might be checking for empty($message) instead of $message === ''... probably an easy fix.
 
Back
Top Bottom