Ticket #5158: bp-core-template.php.patch
| File bp-core-template.php.patch, 539 bytes (added by , 13 years ago) |
|---|
-
bp-core-template.php
860 860 } 861 861 862 862 // Page template fallback check if $bp->current_component is empty 863 } elseif ( !is_admin() && is_page() ) {863 } elseif ( !is_admin() && is_page() && ! empty( $component ) ) { 864 864 global $wp_query; 865 865 $page = $wp_query->get_queried_object(); 866 866 $custom_fields = get_post_custom_values( '_wp_page_template', $page->ID );