Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2011 12:03:25 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Move more user functions out of core component and into user component. Fixes to loaders. More code clean-up.

File:
1 edited

Legend:

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

    r3592 r3778  
    6969    /* Static Functions */
    7070
    71     function get( $type, $limit = false, $page = false, $user_id = false, $search_terms = false ) {
     71    function get( $type, $limit = false, $page = false, $user_id = 0, $search_terms = false ) {
    7272        global $bp, $wpdb;
    7373
     
    154154    }
    155155
    156     function get_blogs_for_user( $user_id = false, $show_hidden = false ) {
     156    function get_blogs_for_user( $user_id = 0, $show_hidden = false ) {
    157157        global $bp, $wpdb;
    158158
     
    183183    }
    184184
    185     function get_blog_ids_for_user( $user_id = false ) {
     185    function get_blog_ids_for_user( $user_id = 0 ) {
    186186        global $bp, $wpdb;
    187187
Note: See TracChangeset for help on using the changeset viewer.