Opened 14 years ago
Closed 14 years ago
#3065 closed defect (bug) (fixed)
Cannot set 'reading' to static pages
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | 1.5 | |
Component: | Core | 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)
Note: See
TracTickets for help on using
tickets.
(In [4042]) Don't use deprecated function bp_is_front_page(). Fixes #3065