Opened 4 months ago
Last modified 4 months ago
#23281 new enhancement
Enhancement for comment_form(); allow styling the submit button
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Template | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Danielx64 |
Description
Hi there,
I'm looking at adding a feature where we can define the class for the submit button. I'm happy to create a patch for this if required. The reason for this is because right now we can change say the email field so much but we get little to no concrol over the submit button.
I'm looking at
A: Convert the entire submit button into somehing like how the text areas are done (author and email) then we get full control over the styling and other things related or;
B Add something like class_submit so that we can set the style of the submit button.
Kind regards,
Daniel Fenn
Attachments (1)
Change History (5)
- Summary changed from Enhancement for comment_form(); to Enhancement for comment_form(); allow styling the submit button
comment:3
follow-up:
↓ 4
SergeyBiryukov — 4 months ago
No, comment_form.diff isn't a correct patch.
Please take a look at http://make.wordpress.org/core/handbook/submitting-a-patch/.
Replying to SergeyBiryukov:
No, comment_form.diff isn't a correct patch.
Please take a look at http://make.wordpress.org/core/handbook/submitting-a-patch/.
Do you know how I can do this without svn? I do alot of my dev stuff on a server that never reach the internet. This time I used the diff tool that was in centos :'(

Not sure if I make the patch right