Forums
(@averim)
11 years, 10 months ago
ofcourse the placeholder preg_replace should have been: $comment_html = preg_replace('/(placeholder=")(.*?)(")/i', '${1}'.$this->options->get('cgb_form_comment_label').'${3}', $comment_html, 1);
$comment_html = preg_replace('/(placeholder=")(.*?)(")/i', '${1}'.$this->options->get('cgb_form_comment_label').'${3}', $comment_html, 1);