Make WordPress Core

Ticket #38371: 38371.patch

File 38371.patch, 1.0 KB (added by bcole808, 8 years ago)
  • src/wp-includes/comment-template.php

     
    19101910 *     @type int    $page              Page ID to list comments for. Default empty.
    19111911 *     @type int    $per_page          Number of comments to list per page. Default empty.
    19121912 *     @type int    $avatar_size       Height and width dimensions of the avatar size. Default 32.
    1913  *     @type string $reverse_top_level Ordering of the listed comments. Default null. Accepts 'desc', 'asc'.
     1913 *     @type bool   $reverse_top_level Ordering of the listed comments. If true, will display newest comments first.
    19141914 *     @type bool   $reverse_children  Whether to reverse child comments in the list. Default null.
    19151915 *     @type string $format            How to format the comments list.
    19161916 *                                     Default 'html5' if the theme supports it. Accepts 'html5', 'xhtml'.