Changeset 14538
- Timestamp:
- 05/10/2010 08:47:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r14404 r14538 1471 1471 * Outputs a complete commenting form for use within a template. 1472 1472 * Most strings and form fields may be controlled through the $args array passed 1473 * into the function, while you may also choose to use the comment s_form_default_fields1473 * into the function, while you may also choose to use the comment_form_default_fields 1474 1474 * filter to modify the array of default fields if you'd just like to add a new 1475 1475 * one or remove a single field. All fields are also individually passed through 1476 * a filter of the form comment s_form_field_$name where $name is the key used1476 * a filter of the form comment_form_field_$name where $name is the key used 1477 1477 * in the array of fields. 1478 1478 *
Note: See TracChangeset
for help on using the changeset viewer.