buddypress/bp-blogs
r-a-y 7770842b3f Theme compat: When resetting post, set 'is_page' to true.
Previously, when resetting the post, 'is_archive' was set to true.

As a consequence, certain themes with some form of conditional
template logic (like Atahualpa and Attitude) were loading their
archive template because of the 'is_archive' flag.  This caused
formatting display issues because the archive template historically
uses the_excerpt() causing all formatting to be stripped out.

This commit changes all reset post calls so the 'is_page' parameter is
set to true.  This should correctly use the regular page template for
theme compatibility for themes with conditional template logic.

Fixes #5301. (1.9-branch)

git-svn-id: https://buddypress.svn.wordpress.org/branches/1.9@7735 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-01-14 09:06:54 +00:00
..
bp-blogs-actions.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-activity.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-buddybar.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-cache.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-classes.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-filters.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-functions.php Publish blog posts to the activity stream based on transition_post_status 2013-11-15 21:31:46 +00:00
bp-blogs-loader.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-screens.php Theme compat: When resetting post, set 'is_page' to true. 2014-01-14 09:06:54 +00:00
bp-blogs-template.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00
bp-blogs-widgets.php Improve inline docs in bp-blogs 2013-11-10 02:04:14 +00:00