Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2011 09:03:41 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Add bp-pages admin interface for all components. Rename bp-pages related functions to match existing nomenclature. Introduce 'has_directory' variable in BP_Component class to assist in pairing page slugs to component directories. Set 'path' variable in components that were missing them. Clean up white space where tabs were used instead of spaces. See #3428. Props boonebgorges.

File:
1 edited

Legend:

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

    r4910 r4920  
    298298        'search_terms'    => $search_terms, // Pass search_terms to filter users by their profile data
    299299       
    300         'meta_key'    => false,     // Only return users with this usermeta
    301         'meta_value'      => false,     // Only return users where the usermeta value matches. Requires meta_key
     300        'meta_key'        => false,         // Only return users with this usermeta
     301        'meta_value'      => false,         // Only return users where the usermeta value matches. Requires meta_key
    302302
    303303        'populate_extras' => true           // Fetch usermeta? Friend count, last active etc.
Note: See TracChangeset for help on using the changeset viewer.