[wp-trac] [WordPress Trac] #31671: comment_form() class_submit not working
WordPress Trac
noreply at wordpress.org
Tue Mar 17 18:28:58 UTC 2015
#31671: comment_form() class_submit not working
-------------------------------+------------------------------
Reporter: erikfrye | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 4.1.1
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses: ui, template
-------------------------------+------------------------------
Comment (by SergeyBiryukov):
> The new line 2233 would look like this
> {{{
> <input name="<?php echo esc_attr( $args['name_submit'] ); ?>"
type="submit" class="<?php echo esc_attr( $args['class_submit'] ); ?>"
id="<?php echo esc_attr( $args['id_submit'] ); ?>" value="<?php echo
esc_attr( $args['label_submit'] ); ?>" />
> }}}
It already [source:tags/4.1/src/wp-includes/comment-template.php#L2332
looks like this], see [29809]. Make sure you're on 4.1.x or 4.2-beta.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31671#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list