Changeset 4377
- Timestamp:
- 11/09/2012 04:22:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/bbp-includes/bbp-theme-compatibility.php
r4151 r4377 305 305 'post_date' => 0, 306 306 'post_content' => '', 307 'post_excerpt' => '', 307 308 'post_type' => 'page', 308 309 'post_status' => bbp_get_public_status_id(), … … 324 325 'post_date' => get_the_date(), 325 326 'post_content' => get_the_content(), 327 'post_excerpt' => get_the_excerpt(), 326 328 'post_type' => get_post_type(), 327 329 'post_status' => get_post_status(), … … 349 351 $wp_query->post->post_date = $dummy['post_date']; 350 352 $wp_query->post->post_content = $dummy['post_content']; 353 $wp_query->post->post_excerpt = $dummy['post_excerpt']; 351 354 $wp_query->post->post_type = $dummy['post_type']; 352 355 $wp_query->post->post_status = $dummy['post_status'];
Note: See TracChangeset
for help on using the changeset viewer.