This repository was archived by the owner on Apr 4, 2023. It is now read-only.
forked from acegiak/Semantic-Linkbacks
-
-
Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Comment database entry is empty #219
Copy link
Copy link
Closed
Description
Sorry for this being a rather unspecific issue report. I spent over an hour tracing the problem, but do not seem to find the key to solving it.
I am using wordpress-webmention and wordpress-semantic-linkback, and webmentions in general work fine. However, today I received a webmention from this source to this target, which created a comment in the database, but all fields are empty.
Debugging, I was able to trace the issue to
| if ( empty( $entries ) ) { |
The function gets called by filter semantic_linkbacks_commentdata - before the line
| $commentdata = apply_filters( 'semantic_linkbacks_commentdata', $commentdata ); |
Erasing the entire comment data and creating an empty comment (maybe due to a malformed markup? ...I lack the background to dig deeper) is probably not desired behaviour?
Metadata
Metadata
Assignees
Labels
No labels