Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r24187 r24377  
    3535    }
    3636
    37     function start_el( &$output, $category, $depth, $args, $id = 0 ) {
     37    function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
    3838        extract($args);
    3939        if ( empty($taxonomy) )
Note: See TracChangeset for help on using the changeset viewer.