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

    r24337 r24377  
    13261326     * @param array $args
    13271327     */
    1328     function start_el( &$output, $comment, $depth, $args, $id = 0 ) {
     1328    function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {
    13291329        $depth++;
    13301330        $GLOBALS['comment_depth'] = $depth;
Note: See TracChangeset for help on using the changeset viewer.