Docs: Document the $id
parameter for Walker_Comment::start_el()
, which is implemented by Walker
but unused in the subclass method.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f765b688a
commit
0794999be8
@ -161,6 +161,7 @@ class Walker_Comment extends Walker {
|
||||
* @param object $comment Comment data object.
|
||||
* @param int $depth Depth of comment in reference to parents.
|
||||
* @param array $args An array of arguments.
|
||||
* @param int $id Optional. ID of the current comment. Default 0 (unused).
|
||||
*/
|
||||
public function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {
|
||||
$depth++;
|
||||
|
Loading…
Reference in New Issue
Block a user