Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2009 06:05:05 PM (15 years ago)
Author:
apeatling
Message:

Removed ajax loader from friend and group search boxes.

File:
1 edited

Legend:

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

    r2025 r2032  
    758758    global $wp_themes;
    759759   
     760    /* If we are using a BuddyPress 1.1+ theme ignore this. */
     761    if ( !file_exists( WP_CONTENT_DIR . '/bp-themes' ) )
     762        return false;
     763   
    760764    /* Remove the cached WP themes first */
    761765    $wp_existing_themes = &$wp_themes;
Note: See TracChangeset for help on using the changeset viewer.