Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #426158

    Hallo zusammen

    Wo kann ich den Text für den Button “Kommentar abschicken” ändern? Im Plugin CodeStyling Localization ist dieser Text beim Enfold Theme nicht ersichtlich.

    Vielen Dank. Liebe Grüsse, Marcel

    #426702

    Hey mahu!

    Change line 164 in the comments.php file from this.

    comment_form();
    

    To this.

    comment_form( array( 'label_submit' => 'Send' ) );
    

    Regards,
    Elliott

    #430694

    Thanks worked fine.

    Regards,
    Marcel

    #431128

    Hey!

    Great, glad we could help.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text für Kommentar Button ändern’ is closed to new replies.