Ticket #239: remove_news_dependency.patch
File remove_news_dependency.patch, 450 bytes (added by , 16 years ago) |
---|
-
functions.php
46 46 function bp_home_theme_catch_urls() { 47 47 global $bp, $current_blog; 48 48 49 if ( $current_blog->blog_id > 1 )50 return false;51 52 49 if ( $bp['current_component'] == NEWS_SLUG && $bp['current_action'] == '' ) { 53 50 query_posts('showposts=15'); 54 51 bp_catch_uri( 'index', true );