Make WordPress Core


Ignore:
Timestamp:
12/14/2008 12:13:30 PM (16 years ago)
Author:
matt
Message:

Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.

File:
1 edited

Legend:

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

    r10150 r10204  
    11701170        $the_date .= $after;
    11711171        $previousday = $day;
    1172     }
     1172
    11731173    $the_date = apply_filters('the_date', $the_date, $d, $before, $after);
    11741174    if ( $echo )
     
    11761176    else
    11771177        return $the_date;
     1178    }
    11781179}
    11791180
Note: See TracChangeset for help on using the changeset viewer.