diff --git a/src/wp-includes/export/class-wp-export-wxr-formatter.php b/src/wp-includes/export/class-wp-export-wxr-formatter.php
index 5953b77..073c271 100644
|
a
|
b
|
COMMENT; |
| 117 | 117 | $authors = $this->export->authors(); |
| 118 | 118 | foreach ( $authors as $author ) { |
| 119 | 119 | $oxymel |
| 120 | | ->tag( 'wp:wp_author' )->contains |
| | 120 | ->tag( 'wp:author' )->contains |
| 121 | 121 | ->tag( 'wp:author_login', $author->user_login ) |
| 122 | 122 | ->tag( 'wp:author_email', $author->user_email ) |
| 123 | 123 | ->tag( 'wp:author_display_name' )->contains->cdata( $author->display_name )->end |