Changeset 6390
- Timestamp:
- 10/08/2012 04:59:46 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-theme-compatibility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-theme-compatibility.php
r6289 r6390 346 346 'post_content' => $wp_query->post->post_content, 347 347 'post_title' => $wp_query->post->post_title, 348 'post_category' => $wp_query->post->post_category,349 348 'post_excerpt' => $wp_query->post->post_excerpt, 350 349 'post_content_filtered' => $wp_query->post->post_content_filtered, … … 387 386 $wp_query->post->post_content = $dummy['post_content']; 388 387 $wp_query->post->post_title = $dummy['post_title']; 389 $wp_query->post->post_category = $dummy['post_category'];390 388 $wp_query->post->post_excerpt = $dummy['post_content_filtered']; 391 389 $wp_query->post->post_content_filtered = $dummy['post_content_filtered'];
Note: See TracChangeset
for help on using the changeset viewer.