Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,497
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
In bb-includes/conpat.php line 107 – Function name typo.
if ( !function_exists( ‘_mb_strcut‘ ) ) {
function _mb_substr( $str, $start, $length = null, $encoding = null )
{
Dunno how someone didn’t notice this… Perhaps I am a retard, but once I changed this to match bbpress worked.