From ff886e1f64cd52234c0af38a3c4757528bc2cf3f Mon Sep 17 00:00:00 2001 From: Rene Reimann Date: Sat, 9 Jan 2016 21:43:38 +0100 Subject: [PATCH] solved #37 add --- inc/Wpml2mlp_Wxr_Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Wpml2mlp_Wxr_Export.php b/inc/Wpml2mlp_Wxr_Export.php index ed93dab..ba765fb 100644 --- a/inc/Wpml2mlp_Wxr_Export.php +++ b/inc/Wpml2mlp_Wxr_Export.php @@ -250,6 +250,7 @@ private function wxr_get_post_items() { $wxr_items .= "\t\t\t" . intval( $post->ID ) . "\n"; $wxr_items .= "\t\t\t" . $this->wxr_cdata( $post->post_date ) . "\n"; + $wxr_items .= "\t\t\t" . $this->wxr_cdata( $post->post_author ) . "\n"; $wxr_items .= "\t\t\t" . $this->wxr_cdata( $post->post_date_gmt ) . "\n"; $wxr_items .= "\t\t\t" . $this->wxr_cdata( $post->comment_status ) . "\n"; $wxr_items .= "\t\t\t" . $this->wxr_cdata( $post->ping_status ) . "\n"; @@ -272,7 +273,6 @@ private function wxr_get_post_items() { $wxr_items .= "\n\t\t\n"; - #buddy take a break, its hard work i now ;) if ( $i >= 50 ) {