Ticket #27083: 27083.2.diff
File 27083.2.diff, 1.0 KB (added by , 11 years ago) |
---|
-
develop/src/wp-includes/comment-template.php
1860 1860 * @type int $max_depth The maximum comments depth. Default empty. 1861 1861 * @type string $style The style of list ordering. Default 'ul'. Accepts 'ul', 'ol'. 1862 1862 * @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'. 1864 1865 * @type string $type Type of comments to list. 1865 1866 * Default 'all'. Accepts 'all', 'comment', 'pingback', 'trackback', 'pings'. 1866 1867 * @type int $page Page ID to list comments for. Default empty.