Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:32:24 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42843 r42876  
    524524     * @since 2.7.0
    525525     *
    526      * @param array       $classes    An array of comment classes.
     526     * @param string[]    $classes    An array of comment classes.
    527527     * @param string      $class      A comma-separated list of additional classes added to the list.
    528528     * @param int         $comment_id The comment id.
     
    22812281     * @since 3.0.0
    22822282     *
    2283      * @param array $fields The default comment fields.
     2283     * @param string[] $fields Array of the default comment fields.
    22842284     */
    22852285    $fields   = apply_filters( 'comment_form_default_fields', $fields );
Note: See TracChangeset for help on using the changeset viewer.