Hi everyone, a while back I had entered the code below in the Ethos frames folder of my child theme. It customized the “heading” to say what you can see below.
I noticed today that it wasn’t showing up anymore. Any ideas? btw, I have already checked for plugin conflicts.

Thanks, as always…
<?php comment_form( array( 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_submit' => 'entry-comment-submit', 'label_submit' => __( 'Submit' , '__x__' ), 'title_reply' => '' . __( 'Leave a comment or question or post a dream' , '__x__' ) . '', 'fields' => array( 'author' => '' . '' . __( 'Name', '__x__' ) . ' ' . $asterisk_html . ' ' . '' . '
', 'email' => '' . '' . __( 'Email', '__x__' ) . ' ' . $asterisk_html . ' ' . '' . '
', 'url' => '' . '' . __( 'Website', '__x__' ) . '' . '' . '
' ), 'comment_field' => '' . '' . _x( 'Comment', 'noun', '__x__' ) . '' . '' . '
' ) ); ?>

