Plugin Directory

Changeset 925256


Ignore:
Timestamp:
06/02/2014 05:13:48 PM (12 years ago)
Author:
Workshopshed
Message:

Fix for warning messages when running "Strict" mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blogger-importer/trunk/blogger-importer-blogitem.php

    r872829 r925256  
    109109
    110110        //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)
    112112        {
    113113            if ($return = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'id'))
     
    118118       
    119119        //Prefiltered links
    120         function get_links($linktypes) {
     120        function get_links($rel = 'alternate') {
    121121       
    122122            $mylinks = array();
    123             foreach ($linktypes as $type)
     123            foreach ($rel as $type)
    124124            {
    125125                $links =parent::get_links($type);
Note: See TracChangeset for help on using the changeset viewer.