[buddypress-trac] [BuddyPress] #5059: Notification message close no working
buddypress-trac
noreply at wordpress.org
Tue Jun 18 04:33:57 UTC 2013
#5059: Notification message close no working
---------------------------+-----------------------------
Reporter: AliMH | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Notifications | Version:
Severity: normal | Keywords:
---------------------------+-----------------------------
notification message close no working for my site:
wordpress 3.5.1
buddypress 1.7
solution that i found:
in file: buddypress\bp-meesages\bp-messages-template.php
line:
{{{
$closed_notices = bp_get_user_meta( $userdata, 'closed_notices', true );
}}}
change to :
{{{
$closed_notices = bp_get_user_meta( get_current_user_id(),
'closed_notices', true );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5059>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list