Changeset 4247
- Timestamp:
- 10/12/2012 11:27:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbp-includes/bbp-theme-compatibility.php
r4228 r4247 311 311 'post_content' => '', 312 312 'post_title' => '', 313 'post_category' => 0,314 313 'post_excerpt' => '', 315 314 'post_content_filtered' => '', … … 346 345 'post_content' => $wp_query->post->post_content, 347 346 'post_title' => $wp_query->post->post_title, 348 'post_category' => $wp_query->post->post_category,349 347 'post_excerpt' => $wp_query->post->post_excerpt, 350 348 'post_content_filtered' => $wp_query->post->post_content_filtered, … … 387 385 $wp_query->post->post_content = $dummy['post_content']; 388 386 $wp_query->post->post_title = $dummy['post_title']; 389 $wp_query->post->post_category = $dummy['post_category'];390 387 $wp_query->post->post_excerpt = $dummy['post_content_filtered']; 391 388 $wp_query->post->post_content_filtered = $dummy['post_content_filtered'];
Note: See TracChangeset
for help on using the changeset viewer.