mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Comment clarification
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// get author, without decoding
|
||||
// WordPress doesn't allow funky characters in author names anyway
|
||||
// WordPress doesn't allow funky characters in usernames anyway
|
||||
module.exports = (post) => {
|
||||
return post.data.creator[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user