Ticket #7469: 7469.patch
| File 7469.patch, 443 bytes (added by , 9 years ago) |
|---|
-
bp-core-functions.php
770 770 return; 771 771 } 772 772 773 $page_ids = bp_core_get_directory_page_ids( 'all' );773 $page_ids = (array) bp_core_get_directory_page_ids( 'all' ); 774 774 $component_name = array_search( $post_id, $page_ids ); 775 775 776 776 if ( ! empty( $component_name ) ) {