[buddypress-trac] [BuddyPress Trac] #6417: Site-Wide Activity Filter issue with admin_init?
buddypress-trac
noreply at wordpress.org
Mon May 4 11:36:37 UTC 2015
#6417: Site-Wide Activity Filter issue with admin_init?
----------------------------------+----------------------
Reporter: svenl77 | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Component - Activity | Version: 2.2.3
Severity: normal | Resolution: invalid
Keywords: |
----------------------------------+----------------------
Changes (by svenl77):
* keywords: dev-feedback needs-patch =>
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
ok I found the solution.
I need to change
{{{
if(!is_admin())
}}}
to
{{{
if( !is_admin() || defined( 'DOING_AJAX' ) )
}}}
this ticket can be closed ;)
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6417#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list