- Issue created by @robertragas
In drupal core 10.3.6 the issue has been merged https://www.drupal.org/node/221761 → which removes the comment-reply links when a comment is unpublished.
In Open Social this causes a warning
Warning: Undefined array key "title" in template_preprocess_links() (line 681 of core/includes/theme.inc).
- Clean install
- Create a topic
- Create comment under it and unpublish it
In our social_comment we are setting the link without first properly checking if it exists. Causing us to set the comment-reply even though there is nothing in it. So we need to add a defensive check here.
Active
13.0
Code (back-end)