Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/24/2010 02:01:43 PM (14 years ago)
Author:
boonebgorges
Message:

Corrects path to registration.php in bp_core_screen_general_settings(). Fixes #2285; props gian-ava. Also fixes some WP_DEBUG problems in the blogs component.

File:
1 edited

Legend:

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

    r3553 r3578  
    99        global $bp, $wpdb;
    1010
    11         if ( !$user_id )
    12             $user_id = $bp->displayed_user->id;
     11        $user_id = $bp->displayed_user->id;
    1312
    1413        if ( $id ) {
Note: See TracChangeset for help on using the changeset viewer.