[Plugin: Add Comments] suggestion
-
in this func, i think you need a check for empty:
function addComments_add_comments( $id, $author, $email, $url, $ip, $comments ) { $explodes = explode( '%*%', $comments ); foreach( $explodes as $comment ) if($comment == '')continue;
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Add Comments] suggestion’ is closed to new replies.