Changeset 3616 for trunk/bp-blogs/bp-blogs-templatetags.php
- Timestamp:
- 12/30/2010 04:34:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-templatetags.php
r3511 r3616 84 84 return true; 85 85 } elseif ( $this->current_blog + 1 == $this->blog_count ) { 86 do_action(' loop_end');86 do_action('blog_loop_end'); 87 87 // Do some cleaning up after the loop 88 88 $this->rewind_blogs(); … … 100 100 101 101 if ( 0 == $this->current_blog ) // loop has just started 102 do_action(' loop_start');102 do_action('blog_loop_start'); 103 103 } 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.