[buddypress-trac] [BuddyPress Trac] #6848: Mis-use of contextual_help action causes issues with other plugins
buddypress-trac
noreply at wordpress.org
Thu May 12 19:10:05 UTC 2016
#6848: Mis-use of contextual_help action causes issues with other plugins
----------------------------------+---------------------
Reporter: garrett-eclipse | Owner: DJPaul
Type: defect (bug) | Status: closed
Priority: high | Milestone: 2.6
Component: Component - Settings | Version: 2.4.0
Severity: normal | Resolution: fixed
Keywords: |
----------------------------------+---------------------
Changes (by djpaul):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"10751"]:
{{{
#!CommitTicketReference repository="" revision="10751"
Core: correctly add contextual help for our main admin screens.
We were mis-using the `contextual_help` "action" (it's actually a
filter!), so PHP was returning a void/null value, breaking other
plugins that tried to add help text through this filter.
I've hooked the function to the `load-` action for the relevant admin
screens as a quick fix.
Fixes #6848
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6848#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list