Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2011 01:30:01 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Split bp-core up into smaller files, and move user functions into the bp-users component. This provides better definition between what is a 'core' function and what is a 'user' function.

Also remove individual uri_globals and set them directly to $bp in bp_core_set_uri_globals. No reason to have multiple extra globals floating around, and plugins shouldn't be using them directly either.

File:
1 edited

Legend:

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

    r3757 r3767  
    17211721
    17221722function bp_is_blog_page() {
    1723     global $bp, $is_member_page, $wp_query;
     1723    global $bp, $wp_query;
    17241724
    17251725    if ( $wp_query->is_home && ( !isset( $bp->is_directory ) || !$bp->is_directory ) )
Note: See TracChangeset for help on using the changeset viewer.