Make WordPress Core

Ticket #27083: 27083.2.diff

File 27083.2.diff, 1.0 KB (added by SergeyBiryukov, 11 years ago)
  • develop/src/wp-includes/comment-template.php

     
    18601860 *     @type int    $max_depth         The maximum comments depth. Default empty.
    18611861 *     @type string $style             The style of list ordering. Default 'ul'. Accepts 'ul', 'ol'.
    18621862 *     @type string $callback          Callback function to use. Default null.
    1863  *     @type string $end-callback      Callback function to use at the end. Default null.
     1863 *     @type string $end_callback      Callback function to use at the end. Default null.
     1864 *                                     The actual name is 'end-callback'.
    18641865 *     @type string $type              Type of comments to list.
    18651866 *                                     Default 'all'. Accepts 'all', 'comment', 'pingback', 'trackback', 'pings'.
    18661867 *     @type int    $page              Page ID to list comments for. Default empty.