Skip to content

Commit

Permalink
New plugin hook for forumdisplay.php (as mentioned in #3724) (#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starpaul20 authored and euantorano committed Sep 25, 2019
1 parent ab10daf commit 80d1b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forumdisplay.php
Expand Up @@ -1490,6 +1490,8 @@

$prefixselect = build_forum_prefix_select($fid, $tprefix);

$plugins->run_hooks("forumdisplay_threadlist");

$lang->rss_discovery_forum = $lang->sprintf($lang->rss_discovery_forum, htmlspecialchars_uni(strip_tags($foruminfo['name'])));
eval("\$rssdiscovery = \"".$templates->get("forumdisplay_rssdiscovery")."\";");
eval("\$threadslist = \"".$templates->get("forumdisplay_threadlist")."\";");
Expand Down

0 comments on commit 80d1b9f

Please sign in to comment.