Opened 12 years ago
Closed 12 years ago
#4255 closed defect (bug) (fixed)
in bp_members_admin_bar_notifications_menu function the notification menu is not showing if WP3.4
Reported by: | imath | Owned by: | |
---|---|---|---|
Milestone: | 1.5.6 | Priority: | highest |
Severity: | major | Version: | 1.5.5 |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
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.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Confirmed. Haven't pushed 1.5.6 yet. Going to put it in now.