mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
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 |
||
|---|---|---|
| .. | ||
| deprecated | ||
| bb-config.php | ||
| bp-forums-actions.php | ||
| bp-forums-bbpress-sa.php | ||
| bp-forums-bbpress.php | ||
| bp-forums-filters.php | ||
| bp-forums-functions.php | ||
| bp-forums-loader.php | ||
| bp-forums-screens.php | ||
| bp-forums-template.php | ||