PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-templates
/
bp-nouveau
/
buddypress
/
activity
<?php /** * BP Nouveau Activity Comment form template. * * @since 3.0.0 * @version 3.1.0 */ if ( ! bp_nouveau_current_user_can( 'comment_activity' ) || ! bp_activity_can_comment() ) { return; } ?> <form action="<?php bp_activity_comment_form_action(); ?>" method="post" id="ac-form-<?php bp_activity_id(); ?>" class="ac-form"<?php bp_activity_comment_form_nojs_display(); ?>> <div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( array( 'type' => 'thumb' ) ); ?></div> <div class="ac-reply-content"> <div class="ac-textarea"> <label for="ac-input-<?php bp_activity_id(); ?>" class="bp-screen-reader-text"> <?php echo esc_html( _x( 'Comment', 'heading', 'buddypress' ) ); ?> </label> <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea> </div> <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> <?php bp_nouveau_submit_button( 'activity-new-comment' ); printf( ' <button type="button" class="ac-reply-cancel">%s</button>', esc_html( _x( 'Cancel', 'button', 'buddypress' ) ) ); ?> </div> </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]