[buddypress-trac] [BuddyPress] #4736: "join group" and similar buttons missing in listings for ajax browsing
    buddypress-trac 
    noreply at wordpress.org
       
    Thu Dec 27 11:50:36 UTC 2012
    
    
  
#4736: "join group" and similar buttons missing in listings for ajax browsing
--------------------------+------------------------------
 Reporter:  magnus78      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Theme         |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------
Comment (by sbrajesh):
 Instead removing if ( !is_admin() )
 It will be a better approach to put the condition like this
 {{{
 if ( !is_admin()||(is_admin()&&defined('DOING_AJAX')) )
 }}}
-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4736#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list