Change comment field
-
Hello everybody,
i have a strange problem with altering comment text field in single post.
I’ve created $fields = array(). Inside this array, beisdes other fields, i’ve also added ‘comment_field’ => ‘<p class=”comment-form-comment”><label for=”comment”>’ . _x( ‘New Label’, ‘noun’ ) . ‘</label><br /><textarea id=”comment” name=”comment” aria-required=”true”></textarea></p>’, based on WordPress documentation.
I expected from WP to overwrite current Comment field, but instead it just displayed the one i added in code and kept the old one.
Does anybody have any idea why the system doesn’t overwrite the old field with the new one?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change comment field’ is closed to new replies.