Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#3065 closed defect (bug) (fixed)

Cannot set 'reading' to static pages

Reported by: hnla Owned by:
Priority: major Milestone: 1.5
Component: Core Version: 1.5
Severity: Keywords:
Cc:

Description

Setting static pages breaks the page used to display wp blog.
Call to undefined function bp_is_front_page() when trying to pull up 'Posts Page'

I'm commenting out :
bp-core-template.php line 853:

if ( 'home' == $page )

return bp_is_front_page();

I seem to remember this has been an issue that has arisen in the past! so not sure why it's re-surfaced?

Change History (2)

#1 @DJPaul
16 years ago

  • Milestone Awaiting Review1.3
  • Priority normalmajor

#2 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [4042]) Don't use deprecated function bp_is_front_page(). Fixes #3065

Note: See TracTickets for help on using tickets.