Support Forum (3.0.6) – Fix for
-
I was getting errors with the Support Forum plugin when a post was sticky or closed.
The issue was with the sprintf statements in support-forum.php lines 652 and 675.
Basically each placeholder for the sprintf statement was written wrong. Was:
$1%s … $2%s … $3%s … $3%s … $4%s
Should be:
%1$s … %2$s … %3$s … %3$s … %4$s
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.