Docs: Normalize Walker_Comment method parameter docs spacing following [37051].

See #36300.


git-svn-id: https://develop.svn.wordpress.org/trunk@37052 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-22 17:45:26 +00:00
parent 542f0a118e
commit 39bdd5fc3d

View File

@ -123,7 +123,7 @@ class Walker_Comment extends Walker {
* @see Walker::display_element()
* @see wp_list_comments()
*
* @param WP_Comment $element Data object.
* @param WP_Comment $element Comment data object.
* @param array $children_elements List of elements to continue traversing. Passed by reference.
* @param int $max_depth Max depth to traverse.
* @param int $depth Depth of the current element.