Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

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

    r3578 r3592  
    112112            $blog_ids[] = $blog->blog_id;
    113113        }
    114        
     114
    115115        $blog_ids = $wpdb->escape( join( ',', (array)$blog_ids ) );
    116116        $paged_blogs = BP_Blogs_Blog::get_blog_extras( &$paged_blogs, $blog_ids, $type );
Note: See TracChangeset for help on using the changeset viewer.