Changeset 3616 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 12/30/2010 04:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r3592 r3616 106 106 return true; 107 107 } elseif ( $this->current_group + 1 == $this->group_count ) { 108 do_action(' loop_end');108 do_action('group_loop_end'); 109 109 // Do some cleaning up after the loop 110 110 $this->rewind_groups(); … … 125 125 126 126 if ( 0 == $this->current_group ) // loop has just started 127 do_action(' loop_start');127 do_action('group_loop_start'); 128 128 } 129 129 } … … 2067 2067 return true; 2068 2068 } elseif ( $this->current_request + 1 == $this->request_count ) { 2069 do_action(' loop_end');2069 do_action('group_request_loop_end'); 2070 2070 // Do some cleaning up after the loop 2071 2071 $this->rewind_requests(); … … 2083 2083 2084 2084 if ( 0 == $this->current_request ) // loop has just started 2085 do_action(' loop_start');2085 do_action('group_request_loop_start'); 2086 2086 } 2087 2087 }
Note: See TracChangeset
for help on using the changeset viewer.