Ticket #6276: buddypress.patch
| File buddypress.patch, 936 bytes (added by , 11 years ago) |
|---|
-
src/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
8 8 9 9 <?php endif; ?> 10 10 11 <?php while ( bp_activities() ) : bp_the_activity();?>11 <?php if ( bp_activities() ) : ?> 12 12 13 <?php bp_get_template_part( 'activity/entry'); ?>13 <?php while ( bp_activities() ) : bp_the_activity(); ?> 14 14 15 <?php endwhile; ?>15 <?php bp_get_template_part( 'activity/entry' ); ?> 16 16 17 <?php endwhile; ?> 18 19 <?php else : ?> 20 21 <div id="message" class="info"> 22 <p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ); ?></p> 23 </div> 24 25 <?php endif; ?> 26 17 27 <?php if ( bp_activity_has_more_items() ) : ?> 18 28 19 29 <li class="load-more">
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)