Ticket #9148: wp-app.php.diff
| File wp-app.php.diff, 436 bytes (added by josephscott, 3 years ago) |
|---|
-
wp-app.php
698 698 extract($entry); 699 699 700 700 $post_title = $parsed->title[1]; 701 $post_content = $parsed-> content[1];701 $post_content = $parsed->summary[1]; 702 702 $pubtimes = $this->get_publish_time($parsed->updated); 703 703 $post_modified = $pubtimes[0]; 704 704 $post_modified_gmt = $pubtimes[1];
