Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/18/2014 12:52:22 PM (11 years ago)
Author:
boonebgorges
Message:

Normalize codestyling and whitespace in default params in bp-blogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-functions.php

    r7918 r7919  
    4545
    4646    $defaults = array(
    47         '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
     47        '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
    5252        'update_meta_cache' => true,
    5353    );
Note: See TracChangeset for help on using the changeset viewer.