Docs: Miscellaneous docblock corrections.
See #32246 Built from https://develop.svn.wordpress.org/trunk@36069 git-svn-id: http://core.svn.wordpress.org/trunk@36034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user