Changeset 3232 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 09/06/2010 04:24:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2842 r3232 72 72 /* Filter the dropdown for selecting the page to show on front to include "Activity Stream" */ 73 73 function bp_dtheme_wp_pages_filter( $page_html ) { 74 if ( !bp_is_active( 'activity' ) )75 return $page_html;76 77 74 if ( 'page_on_front' != substr( $page_html, 14, 13 ) ) 78 75 return $page_html;
Note: See TracChangeset
for help on using the changeset viewer.