- Timestamp:
- 05/30/2018 04:55:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment-form.php
r12104 r12148 21 21 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 22 22 </div> 23 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> 24 23 25 <?php 26 bp_nouveau_submit_button( 'activity-new-comment' ); 24 27 printf( 25 '<input type="submit" name="ac_form_submit" value="%s" /> <button type="button" class="ac-reply-cancel">%s</button>', 26 esc_attr( _x( 'Post', 'button', 'buddypress' ) ), 28 ' <button type="button" class="ac-reply-cancel">%s</button>', 27 29 esc_html( _x( 'Cancel', 'button', 'buddypress' ) ) 28 30 ); 29 31 ?> 30 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" />31 32 </div> 32 33 33 <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ); ?>34 35 34 </form>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)