matt_peapod (@matt_peapod)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • matt_peapod
    Participant

    @matt_peapod

    Hey,

    I found the same issue. In my case I patched bbPress to bail if the page isn’t a bbpress page. so in bbpress/includes/common/template.php line 2504 (include bbp_title() function, bbpress 2.4):

    if (!is_bbpress()) {
      return $title;
    }

    This must be a bug. Where can I submit a patch for this, or check if it’s a known bug?

    Thanks,
    Matt

Viewing 1 replies (of 1 total)