[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/activity/single/ -> home.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Home
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 3.0.0
   8   */
   9  
  10  ?>
  11  <div id="buddypress">
  12  
  13      <div id="template-notices" role="alert" aria-atomic="true">
  14          <?php
  15  
  16          /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
  17          do_action( 'template_notices' ); ?>
  18  
  19      </div>
  20  
  21      <div class="activity no-ajax">
  22          <?php if ( bp_has_activities( 'display_comments=threaded&show_hidden=true&include=' . bp_current_action() ) ) : ?>
  23  
  24              <ul id="activity-stream" class="activity-list item-list">
  25              <?php while ( bp_activities() ) : bp_the_activity(); ?>
  26  
  27                  <?php bp_get_template_part( 'activity/entry' ); ?>
  28  
  29              <?php endwhile; ?>
  30              </ul>
  31  
  32          <?php endif; ?>
  33      </div>
  34  </div>


Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1