Skip to:
Content

BuddyPress.org

Changeset 2913


Ignore:
Timestamp:
04/12/2010 10:51:10 AM (15 years ago)
Author:
apeatling
Message:

Removing invalid explode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-filters.php

    r2888 r2913  
    1212function bp_core_exclude_pages( $pages ) {
    1313    global $bp;
    14 
    15     if ( !is_array( $pages ) )
    16         $pages = explode( ',', $pages );
    1714
    1815    $pages[] = $bp->pages->activate->id;
Note: See TracChangeset for help on using the changeset viewer.