#4685 closed defect (bug) (fixed)
Undefined index: link_title
Reported by: | lekiend | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.6.1 |
Component: | Core | Keywords: | needs-patch |
Cc: |
Description
With WP-debug ON, i get the following notice.
Notice: Undefined index: link_title in /wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php on line 52
I use
WP 3.4.2 single site
Buddypress 1.6.1
Dimitri
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [6660]) Fix debug notice in Groups widget from missing empty() check on widget title. Fixes #4685.