Changeset 925256
- Timestamp:
- 06/02/2014 05:13:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
blogger-importer/trunk/blogger-importer-blogitem.php
r872829 r925256 109 109 110 110 //Don't Sanitize the ID, the default get_id was cleaning our IDs and that meant that nested comments did not work 111 function get_id( )111 function get_id($hash = false) 112 112 { 113 113 if ($return = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'id')) … … 118 118 119 119 //Prefiltered links 120 function get_links($ linktypes) {120 function get_links($rel = 'alternate') { 121 121 122 122 $mylinks = array(); 123 foreach ($ linktypesas $type)123 foreach ($rel as $type) 124 124 { 125 125 $links =parent::get_links($type);
Note: See TracChangeset
for help on using the changeset viewer.