Comment clarification

This commit is contained in:
Will Boyd
2024-02-26 14:28:48 -05:00
parent 268e69abdd
commit 0c2fe7eb54
+1 -1
View File
@@ -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];
}