- Timestamp:
- 07/17/2023 09:01:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r13183 r13520 9 9 * @subpackage bp-legacy 10 10 * @since 3.0.0 11 * @version 1 0.0.011 * @version 12.0.0 12 12 */ 13 13 … … 134 134 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 135 135 </div> 136 <input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> <a href=" #" class="ac-reply-cancel"><?php_e( 'Cancel', 'buddypress' ); ?></a>136 <input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> <a href="<?php bp_activity_comment_cancel_url(); ?>" class="ac-reply-cancel"><?php esc_html_e( 'Cancel', 'buddypress' ); ?></a> 137 137 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> 138 138 </div>
Note: See TracChangeset
for help on using the changeset viewer.