Ticket #9148: wp-app.php.diff

File wp-app.php.diff, 436 bytes (added by josephscott, 3 years ago)
  • wp-app.php

     
    698698                extract($entry); 
    699699 
    700700                $post_title = $parsed->title[1]; 
    701                 $post_content = $parsed->content[1]; 
     701                $post_content = $parsed->summary[1]; 
    702702                $pubtimes = $this->get_publish_time($parsed->updated); 
    703703                $post_modified = $pubtimes[0]; 
    704704                $post_modified_gmt = $pubtimes[1];