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/category-template.php

    r23888 r24377  
    934934     * @param array $args Uses 'selected' and 'show_count' keys, if they exist.
    935935     */
    936     function start_el( &$output, $category, $depth, $args, $id = 0 ) {
     936    function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
    937937        $pad = str_repeat(' ', $depth * 3);
    938938
Note: See TracChangeset for help on using the changeset viewer.