Make WordPress Core


Ignore:
Timestamp:
12/14/2015 05:49:22 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Document the $id parameter for Walker_Comment::start_el(), which is implemented by Walker but unused in the subclass method.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-comment.php

    r35013 r35927  
    162162     * @param int    $depth   Depth of comment in reference to parents.
    163163     * @param array  $args    An array of arguments.
     164     * @param int    $id      Optional. ID of the current comment. Default 0 (unused).
    164165     */
    165166    public function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.