[buddypress-trac] [BuddyPress] #2449: WP 3.0: Activity page no longer works as front page
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jun 18 16:11:54 UTC 2010
#2449: WP 3.0: Activity page no longer works as front page
----------------------+-----------------------------------------------------
Reporter: rvenable | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.2.5
Component: Activity | Keywords: has-patch
----------------------+-----------------------------------------------------
Changes (by rvenable):
* keywords: => has-patch
Comment:
It seems the problem comes from some changes to
WP_Query::get_queried_object() (WP changeset:
http://core.trac.wordpress.org/changeset/13501)
It now checks $wp_query->post is not null:
{{{
elseif ( $this->is_page && !is_null($this->post) )
}}}
(http://core.trac.wordpress.org/browser/tags/3.0/wp-
includes/query.php#L2746)
The simple solution is just to add some dummy post data, which is what my
patch does.
--
Ticket URL: <http://trac.buddypress.org/ticket/2449#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list