mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Standardise the format used for documenting parameters passed by reference.
See #35974, #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -45,7 +45,7 @@ class Walker_Comment extends Walker {
|
||||
* @see Walker::start_lvl()
|
||||
* @global int $comment_depth
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param string $output Used to append additional content (passed by reference).
|
||||
* @param int $depth Optional. Depth of the current comment. Default 0.
|
||||
* @param array $args Optional. Uses 'style' argument for type of HTML list. Default empty array.
|
||||
*/
|
||||
@@ -73,7 +73,7 @@ class Walker_Comment extends Walker {
|
||||
* @see Walker::end_lvl()
|
||||
* @global int $comment_depth
|
||||
*
|
||||
* @param string $output Passed by reference. Used to append additional content.
|
||||
* @param string $output Used to append additional content (passed by reference).
|
||||
* @param int $depth Optional. Depth of the current comment. Default 0.
|
||||
* @param array $args Optional. Will only append content if style argument value is 'ol' or 'ul'.
|
||||
* Default empty array.
|
||||
|
||||
Reference in New Issue
Block a user