Ticket #15499: 15499.diff
| File 15499.diff, 528 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/post.php
5312 5312 function get_lastpostmodified($timezone = 'server') { 5313 5313 $lastpostmodified = _get_last_post_time( $timezone, 'modified' ); 5314 5314 5315 $lastpostdate = get_lastpostdate($timezone);5316 if ( $lastpostdate > $lastpostmodified )5317 $lastpostmodified = $lastpostdate;5318 5319 5315 /** 5320 5316 * Filter the date the last post was modified. 5321 5317 *