Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/30/2010 04:34:05 PM (13 years ago)
Author:
boonebgorges
Message:

Changes loop_start/loop_end actions to be component-specific. Fixes #2981. Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-templatetags.php

    r3610 r3616  
    100100            return true;
    101101        } elseif ( $this->current_thread + 1 == $this->thread_count ) {
    102             do_action('loop_end');
     102            do_action('messages_box_loop_end');
    103103            // Do some cleaning up after the loop
    104104            $this->rewind_threads();
     
    144144
    145145        if ( 0 == $this->current_thread ) // loop has just started
    146             do_action('loop_start');
     146            do_action('messages_box_loop_start');
    147147    }
    148148}
Note: See TracChangeset for help on using the changeset viewer.