Make WordPress Core

Ticket #33003: simplepie.patch

File simplepie.patch, 525 bytes (added by cadeyrn, 9 years ago)

patch file for simplepie

  • class-simplepie.php

     
    16021602                        $locate = null;
    16031603                }
    16041604
    1605                 $this->raw_data = $file->body;
     1605                // whitespace before XML resistance
     1606                $this->raw_data = trim($file->body);
    16061607
    16071608                $headers = $file->headers;
    16081609                $sniffer = $this->registry->create('Content_Type_Sniffer', array(&$file));
     
    31163117                }
    31173118        }
    31183119}
    3119 endif;
    3120  No newline at end of file
     3120endif;