Fix E_STRICT notices in walkers. props dvarga. see #24356.

git-svn-id: https://develop.svn.wordpress.org/trunk@24377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-05-28 03:29:15 +00:00
parent 51731fc3eb
commit 0abc45b90f
6 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class Walker {
*
* @param string $output Passed by reference. Used to append additional content.
*/
function start_el( &$output, $object, $depth, $args, $current_object_id = 0 ) {}
function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {}
/**
* Ends the element output, if needed.