Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/12/2010 01:03:42 PM (15 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r2761 r2842  
    7272/* Filter the dropdown for selecting the page to show on front to include "Activity Stream" */
    7373function bp_dtheme_wp_pages_filter( $page_html ) {
     74    if ( !bp_is_active( 'activity' ) )
     75        return $page_html;
     76
    7477    if ( 'page_on_front' != substr( $page_html, 14, 13 ) )
    7578        return $page_html;
Note: See TracChangeset for help on using the changeset viewer.