Skip to:
Content

BuddyPress.org

Ticket #7145: 7145.patch

File 7145.patch, 766 bytes (added by rekmla, 8 years ago)
  • src/bp-groups/classes/class-bp-groups-template.php

    diff --git src/bp-groups/classes/class-bp-groups-template.php src/bp-groups/classes/class-bp-groups-template.php
    index 043d8f4..a3b73d0 100644
    class BP_Groups_Template { 
    174174                        'update_meta_cache'  => true,
    175175                );
    176176
     177                /**
     178                 * Fires before the construction of the BP_Group_Template query.
     179                 *
     180                 * @since 2.6.1
     181                 *
     182                 * @param array $args Query args. Passed by reference.
     183                 */
     184                do_action_ref_array( 'bp_pre_group_query_construct', array( &$args ) );
     185
    177186                $r = wp_parse_args( $args, $defaults );
    178187                extract( $r );
    179188