[wp-trac] [WordPress Trac] #15015: Customisable submit button for comment form
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 2 17:12:40 UTC 2010
#15015: Customisable submit button for comment form
-------------------------+--------------------------------------------------
Reporter: morpheu5 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 3.0.1
Severity: normal | Keywords: submit button markup custom
-------------------------+--------------------------------------------------
Changes (by demetris):
* cc: dkikizas@… (added)
* severity: trivial => normal
Comment:
{{{
function my_comment_form_defaults($i)
{
$i['id_submit'] = 'submit" tabindex="5';
return $i;
}
add_filter('comment_form_defaults', 'my_comment_form_defaults');
}}}
Would a workaround like that work for your case?
It would be good if the comment form was fully customizable in everything
(that is, without any hard-coded HTML in it at all), and I’ve wished that
myself a couple of times, but I wouldn’t say this is a blocker. :-)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15015#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list