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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4042]) Don't use deprecated function bp_is_front_page(). Fixes #3065