[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/activity/ -> post-form.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Activity Post Form
   4   *
   5   * @since 3.0.0
   6   * @version 3.1.0
   7   */
   8  
   9  ?>
  10  
  11  <?php
  12  /*
  13   * Template tag to prepare the activity post form checks capability and enqueue needed scripts.
  14   */
  15  bp_nouveau_before_activity_post_form();
  16  ?>
  17  
  18  <h2 class="bp-screen-reader-text"><?php echo esc_html_x( 'Post Update', 'heading', 'buddypress' ); ?></h2>
  19  
  20  <div id="bp-nouveau-activity-form" class="activity-update-form"></div>
  21  
  22  <?php
  23  /*
  24   * Template tag to load the Javascript templates of the Post form UI.
  25   */
  26  bp_nouveau_after_activity_post_form();


Generated: Tue Apr 16 01:01:07 2024 Cross-referenced by PHPXref 0.7.1