Make WordPress Core


Ignore:
Timestamp:
07/30/2020 07:12:02 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various fixes and improvements to inline documentation.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r48597 r48695  
    22412241 * Outputs a complete commenting form for use within a template.
    22422242 *
    2243  * Most strings and form fields may be controlled through the $args array passed
     2243 * Most strings and form fields may be controlled through the `$args` array passed
    22442244 * into the function, while you may also choose to use the {@see 'comment_form_default_fields'}
    22452245 * filter to modify the array of default fields if you'd just like to add a new
    22462246 * one or remove a single field. All fields are also individually passed through
    2247  * a filter of the {@see 'comment_form_field_$name'} where $name is the key used
     2247 * a filter of the {@see 'comment_form_field_$name'} where `$name` is the key used
    22482248 * in the array of fields.
    22492249 *
Note: See TracChangeset for help on using the changeset viewer.