[buddypress-trac] [BuddyPress] #4255: in bp_members_admin_bar_notifications_menu function the notification menu is not showing if WP3.4

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed Jun 13 20:28:56 UTC 2012


#4255: in bp_members_admin_bar_notifications_menu function the notification menu
is not showing if WP3.4
--------------------------+-----------------------------
 Reporter:  imath         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:  1.5.5
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 Hi,

 if WordPress admin bar is set to default, then the notifications are not
 shown in WordPress admin bar. If the buddybar is set, no problem.

 I've edited the function bp_members_admin_bar_notifications_menu located
 in file buddypress/bp-members/bp-members-adminbar.php at line 233 :

 from this :

 {{{
 } elseif ( '3.3' == bp_get_major_wp_version() ) {
 }}}

 to this :

 {{{
 } elseif ( '3.3' <= bp_get_major_wp_version() ) {
 }}}

 it seems to resolve the trouble :  now notifications are showing in WP3.4
 if WP admin bar is set to default.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4255>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list