Changeset 42876 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 03/25/2018 07:32:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r42843 r42876 524 524 * @since 2.7.0 525 525 * 526 * @param array$classes An array of comment classes.526 * @param string[] $classes An array of comment classes. 527 527 * @param string $class A comma-separated list of additional classes added to the list. 528 528 * @param int $comment_id The comment id. … … 2281 2281 * @since 3.0.0 2282 2282 * 2283 * @param array $fields The default comment fields.2283 * @param string[] $fields Array of the default comment fields. 2284 2284 */ 2285 2285 $fields = apply_filters( 'comment_form_default_fields', $fields );
Note: See TracChangeset
for help on using the changeset viewer.