Changeset 3543:3874363133cd for inc
- Timestamp:
- 03/22/17 16:19:54 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.rs.extensions.php
r3424 r3543 366 366 { 367 367 return 'urn:md5:'.md5($rs->core->blog->uid.$rs->post_id); 368 369 $url = parse_url($rs->core->blog->url);370 $date_part = date('Y-m-d',strtotime($rs->post_creadt));371 372 return 'tag:'.$url['host'].','.$date_part.':'.$rs->post_id;373 368 } 374 369 … … 710 705 { 711 706 return 'urn:md5:'.md5($rs->core->blog->uid.$rs->comment_id); 712 713 $url = parse_url($rs->core->blog->url);714 $date_part = date('Y-m-d',strtotime($rs->comment_dt));715 716 return 'tag:'.$url['host'].','.$date_part.':'.$rs->comment_id;717 707 } 718 708
Note: See TracChangeset
for help on using the changeset viewer.