mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Correct a few @param docs for $walker.
Props dnaber-de. Fixes #29011. git-svn-id: https://develop.svn.wordpress.org/trunk@29293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1889,7 +1889,7 @@ class Walker_Comment extends Walker {
|
||||
* @param string|array $args {
|
||||
* Optional. Formatting options.
|
||||
*
|
||||
* @type string $walker The Walker class used to list comments. Default null.
|
||||
* @type object $walker Instance of a Walker class to list comments. Default null.
|
||||
* @type int $max_depth The maximum comments depth. Default empty.
|
||||
* @type string $style The style of list ordering. Default 'ul'. Accepts 'ul', 'ol'.
|
||||
* @type string $callback Callback function to use. Default null.
|
||||
|
||||
Reference in New Issue
Block a user