mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Export filtering JS and minor tweaks. props duck_, see #15197.
git-svn-id: https://develop.svn.wordpress.org/trunk@16733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -243,6 +243,7 @@ function export_wp( $args = array() ) {
|
||||
|
||||
foreach( $authors as $author ) {
|
||||
echo "\t<wp:author>";
|
||||
echo '<wp:author_id>' . $author->ID . '</wp:author_id>';
|
||||
echo '<wp:author_login>' . $author->user_login . '</wp:author_login>';
|
||||
echo '<wp:author_email>' . $author->user_email . '</wp:author_email>';
|
||||
echo '<wp:author_display_name>' . wxr_cdata( $author->display_name ) . '</wp:author_display_name>';
|
||||
|
||||
Reference in New Issue
Block a user