Make WordPress Core


Ignore:
Timestamp:
05/28/2013 03:29:15 AM (12 years ago)
Author:
SergeyBiryukov
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-walker.php

    r24126 r24377  
    8181     * @param string $output Passed by reference. Used to append additional content.
    8282     */
    83     function start_el( &$output, $object, $depth, $args, $current_object_id = 0 )  {}
     83    function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 )  {}
    8484
    8585    /**
Note: See TracChangeset for help on using the changeset viewer.