Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/06/2010 04:24:57 PM (14 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

    r2842 r3232  
    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 
    7774    if ( 'page_on_front' != substr( $page_html, 14, 13 ) )
    7875        return $page_html;
Note: See TracChangeset for help on using the changeset viewer.