Changeset 6301
- Timestamp:
- 10/31/2007 04:59:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r6296 r6301 1585 1585 $lastpostdate = $cache_lastpostdate[$blog_id][$timezone]; 1586 1586 } 1587 return apply_filters( 'get_lastpostdate', $lastpostdate );1587 return apply_filters( 'get_lastpostdate', $lastpostdate, $timezone ); 1588 1588 } 1589 1589 … … 1612 1612 $lastpostmodified = $cache_lastpostmodified[$blog_id][$timezone]; 1613 1613 } 1614 return apply_filters( 'get_lastpostmodified', $lastpostmodified );1614 return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone ); 1615 1615 } 1616 1616
Note: See TracChangeset
for help on using the changeset viewer.