Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2011 09:03:41 PM (15 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-functions.php

    r4907 r4920  
    7676        'exclude'         => false,    // Users to exclude from results
    7777        'search_terms'    => false,    // Limit to users that match these search terms
    78         'meta_key'    => false,    // Limit to users who have this piece of usermeta
    79         'meta_value'      => false,    // With meta_key, limit to users where usermeta matches this value
     78        'meta_key'        => false,    // Limit to users who have this piece of usermeta
     79        'meta_value'      => false,    // With meta_key, limit to users where usermeta matches this value
    8080
    8181        'include'         => false,    // Pass comma separated list of user_ids to limit to only these users
Note: See TracChangeset for help on using the changeset viewer.