Changeset 5134 for trunk/includes/core/theme-compat.php
- Timestamp:
- 10/21/2013 08:30:12 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/theme-compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/theme-compat.php
r5110 r5134 691 691 'post_author' => 0, 692 692 'post_date' => 0, 693 'post_content' => $bbp_shortcodes->display_view( array( 'id' => get_query_var( 'bbp_view') ) ),693 'post_content' => $bbp_shortcodes->display_view( array( 'id' => get_query_var( bbp_get_view_rewrite_id() ) ) ), 694 694 'post_type' => '', 695 695 'post_status' => bbp_get_public_status_id(), … … 707 707 'post_author' => 0, 708 708 'post_date' => 0, 709 'post_content' => $bbp_shortcodes->display_search( array( 'search' => get_query_var( 'bbp_search') ) ),709 'post_content' => $bbp_shortcodes->display_search( array( 'search' => get_query_var( bbp_get_search_rewrite_id() ) ) ), 710 710 'post_type' => '', 711 711 'post_status' => bbp_get_public_status_id(),
Note: See TracChangeset
for help on using the changeset viewer.