Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress – error displaying closed topic title


  • TullariS
    Participant

    @tullaris

    Hello everyone!

    Just spotted an issue with bbp_filter_modify_page_title(). It tried to fetch the current topic to add its title to <title> but uses post_status = ‘publish’. This fails if the topic is set to closed.

    My suggestion is to change line 127 from:

    'post_status' => 'publish',

    to

    'post_status' => 'any',

    Best regards

  • You must be logged in to reply to this topic.
Skip to toolbar