elpresidento
Member
Posted 4 months ago #
When post has at least one reply, there is above him and bottom same string.
Warning: sprintf() [function.sprintf]: Argument number must be greater than zero in /home/osmanduser/www/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 1815
Any idea?
http://wordpress.org/extend/plugins/bbpress/
elpresidento
Member
Posted 4 months ago #
I found solution of issue:
In bbp-includes/bbp-reply-template.php change all
find string:
total)
replace by:
total )
3 occurrences on lines 1783 1807 1815
Now it works ;)
elpresidento
Member
Posted 4 months ago #