PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-templates
/
bp-nouveau
/
buddypress
/
activity
<?php /** * BuddyPress - Activity Post Form * * @version 3.1.0 */ ?> <?php /* * Template tag to prepare the activity post form checks capability and enqueue needed scripts. */ bp_nouveau_before_activity_post_form(); ?> <h2 class="bp-screen-reader-text"><?php echo esc_html_x( 'Post Update', 'heading', 'buddypress' ); ?></h2> <div id="bp-nouveau-activity-form" class="activity-update-form"></div> <?php /* * Template tag to load the Javascript templates of the Post form UI. */ bp_nouveau_after_activity_post_form();
[+]
..
[-] widget.php
[edit]
[-] comment-form.php
[edit]
[-] entry.php
[edit]
[-] index.php
[edit]
[-] activity-loop.php
[edit]
[-] post-form.php
[edit]
[+]
single
[-] comment.php
[edit]