Docs: Miscellaneous docblock corrections.

See #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@36069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2015-12-23 06:30:09 +00:00
parent ec7fa69ef4
commit a6556195d8
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -77,8 +77,8 @@ class Walker_Page extends Walker {
* @param string $output Passed by reference. Used to append additional content.
* @param object $page Page data object.
* @param int $depth Depth of page. Used for padding.
* @param array $args Optional arguments.
* @param int $current_page Page ID.
* @param array $args
*/
public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) {
if ( $depth ) {