Changeset 912:18eae8f3a180 for inc/core/class.dc.rs.extensions.php
- Timestamp:
- 10/26/12 13:35:00 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.rs.extensions.php
r776 r912 165 165 { 166 166 return $rs->nb_trackback > 0; 167 } 168 169 /** 170 Returns whether post has been updated since publication. 171 172 @return <b>boolean</b> 173 */ 174 public static function isRepublished($rs) 175 { 176 return ($rs->getTS('upddt') + dt::getTimeOffset($rs->post_tz)) > $rs->getTS(); 167 177 } 168 178
Note: See TracChangeset
for help on using the changeset viewer.