Ticket #5680: wp-app-published.patch
| File wp-app-published.patch, 444 bytes (added by , 18 years ago) |
|---|
-
wp-app.php
332 333 $post_title = $parsed->title[1]; 333 334 $post_content = $parsed->content[1]; 334 335 $post_excerpt = $parsed->summary[1]; 335 $pubtimes = $this->get_publish_time($ entry);336 $pubtimes = $this->get_publish_time($parsed); 336 337 $post_date = $pubtimes[0]; 337 338 $post_date_gmt = $pubtimes[1];