diff --git wp-admin/includes/export.php wp-admin/includes/export.php
index c66b7f3..ae08c3c 100644
|
|
function export_wp( $args = array() ) { |
371 | 371 | <link><?php the_permalink_rss() ?></link> |
372 | 372 | <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate> |
373 | 373 | <dc:creator><?php echo get_the_author_meta( 'login' ); ?></dc:creator> |
374 | | <guid isPermaLink="false"><?php esc_url( the_guid() ); ?></guid> |
| 374 | <guid isPermaLink="false"><?php the_guid(); ?></guid> |
375 | 375 | <description></description> |
376 | 376 | <content:encoded><?php echo wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) ); ?></content:encoded> |
377 | 377 | <excerpt:encoded><?php echo wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) ); ?></excerpt:encoded> |