Changes between Initial Version and Version 1 of Ticket #3622, comment 2
- Timestamp:
- 09/25/2011 05:22:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3622, comment 2
initial v1 25 25 26 26 function add_rss_link_tag() { 27 foreach ($this->hub_urls as $hub_url) { 28 echo '<atom:link rel="hub" href="'.$hub_url.'"/>'; 29 } 27 // 30 28 } 31 29