Ticket #39508: 39508.diff
| File 39508.diff, 1.0 KB (added by , 9 years ago) |
|---|
-
src/wp-includes/comment-template.php
2158 2158 * @type string $submit_button HTML format for the Submit button. 2159 2159 * Default: '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />'. 2160 2160 * @type string $submit_field HTML format for the markup surrounding the Submit button and comment hidden 2161 * fields. Default: '<p class="form-submit">%1$s %2$s</ a>', where %1$s is the2161 * fields. Default: '<p class="form-submit">%1$s %2$s</p>', where %1$s is the 2162 2162 * submit button markup and %2$s is the comment hidden fields. 2163 2163 * @type string $format The comment form format. Default 'xhtml'. Accepts 'xhtml', 'html5'. 2164 2164 * }