Changeset 3616 for trunk/bp-messages/bp-messages-templatetags.php
- Timestamp:
- 12/30/2010 04:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-templatetags.php
r3610 r3616 100 100 return true; 101 101 } elseif ( $this->current_thread + 1 == $this->thread_count ) { 102 do_action(' loop_end');102 do_action('messages_box_loop_end'); 103 103 // Do some cleaning up after the loop 104 104 $this->rewind_threads(); … … 144 144 145 145 if ( 0 == $this->current_thread ) // loop has just started 146 do_action(' loop_start');146 do_action('messages_box_loop_start'); 147 147 } 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.