Changeset 2531
- Timestamp:
- 02/01/2010 09:00:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2530 r2531 105 105 106 106 if ( empty( $settings['show_on_frontpage'] ) || 'blog' == $settings['show_on_frontpage'] ) 107 return 'blog';108 109 return 'activity';107 return apply_filters( 'bp_dtheme_show_on_frontpage', 'blog' ); 108 109 return apply_filters( 'bp_dtheme_show_on_frontpage', 'activity' ); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.