That is strange indeed, does your theme have somekind of custom function for the title or maybe some other plugin that has control over the title?
It looks to me like bbp_title()
is overwriting the title when it’s not a bbPress page. Since bbp_title
is a filter on wp_title
, it should bail and return the original title when it’s not a bbPress page.
That’s my best guess from a quick look over the code. I’m not familiar enough with the bbPress code base to know for sure though.
A bug, fixed in trunk and will be part of 2.4.1 next week.
https://bbpress.trac.wordpress.org/ticket/2405
Sorry about that.
Thanks, that seems to work.
What can we do in the meantime? Revert to the last download? Will this mess anything up?
You can revert the previous version, wait for new update or download the new file from trunk like I did.
ok where is the trunk file please?
@fakeologist – it was linked above. If you are asking these questions, though, just wait until the patch comes out next week and keep running the old version of bbpress. It probably won’t mess anything up but there is only one way to know for sure…
thanks I’ll wait as I’ve already reverted.