dshanske / indieweb-post-kinds

adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community
https://wordpress.org/plugins/indieweb-post-kinds/
Other
44 stars 28 forks source link

Array issue for multiple authors #156

Open chrisaldrich opened 6 years ago

chrisaldrich commented 6 years ago

Using the master branch (https://github.com/dshanske/indieweb-post-kinds/commit/524e57f8b228bd3f2b9b67b31775ef3fc95cd805)

When attempting to use multiple authors (2) for a read post, separated with semicolons the output display given is just the first author (without the expected wrapped URL).

When re-viewing the Response Properties again I see the following: Author field contains: <br /><b>Notice</b>: Array to string conversion in <b>/homepages/32/d491429024/htdocs/iwrabbit/wp-content/plugins/indieweb-post-kinds-master/templates/reply-author.php</b> on line <b>7</b><br />Array

Author URL contains: <br /><b>Notice</b>: Array to string conversion in <b>/homepages/32/d491429024/htdocs/iwrabbit/wp-content/plugins/indieweb-post-kinds-master/templates/reply-author.php</b> on line <b>13</b><br />Array

dshanske commented 6 years ago

Try this with the latest code?