Changeset 7919 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 02/18/2014 12:52:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r7918 r7919 45 45 46 46 $defaults = array( 47 'type' => 'active', // active, alphabetical, newest, or random48 'user_id' => false, // Pass a user_id to limit to only blogs that this user has privilages higher than subscriber on49 'search_terms' => false, // Limit to blogs that match these search terms50 'per_page' => 20, // The number of results to return per page51 'page' => 1, // The page to return if limiting per page47 'type' => 'active', // active, alphabetical, newest, or random 48 'user_id' => false, // Pass a user_id to limit to only blogs that this user has privilages higher than subscriber on 49 'search_terms' => false, // Limit to blogs that match these search terms 50 'per_page' => 20, // The number of results to return per page 51 'page' => 1, // The page to return if limiting per page 52 52 'update_meta_cache' => true, 53 53 );
Note: See TracChangeset
for help on using the changeset viewer.