[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/assets/embeds/ -> activity.php (source)

   1  <?php
   2  /**
   3   * @version 3.0.0
   4   */
   5  ?>
   6          <?php if ( bp_activity_embed_has_activity( bp_current_action() ) ) : ?>
   7  
   8              <?php while ( bp_activities() ) : bp_the_activity(); ?>
   9                  <div class="bp-embed-excerpt"><?php bp_activity_embed_excerpt(); ?></div>
  10  
  11                  <?php bp_activity_embed_media(); ?>
  12  
  13              <?php endwhile; ?>
  14  
  15          <?php endif;


Generated: Sun Apr 28 01:01:05 2024 Cross-referenced by PHPXref 0.7.1