[Resolved] comment button

Home Forums Support [Resolved] comment button

Home Forums Support comment button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #475949
    slavakudr

    Help please, I can not find the site file in which you can change the name of the “Comment” button. How do I change the name of a button from a comment form?

    http://xn—-7sbbalp7a0bairaoe.xn--p1ai/guest-book/

    #476017
    Leo
    Staff
    Customer Support
    #966799
    Pete

    That filter doesn’t change the button text like he asked?

    #967131
    Leo
    Staff
    Customer Support

    It should. I just tested this code:

    add_filter( 'generate_post_comment','generate_post_comment_text' );
    function generate_post_comment_text() {
        return 'My Comment Text';
    }

    And it worked as expected:
    https://www.screencast.com/t/qfJZappPjdTy

    #1030824
    Pete

    My apologese, it works.

    #1030829
    Leo
    Staff
    Customer Support

    Glad it’s working 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.