- Timestamp:
- 10/22/2012 10:29:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/entry.php
r6284 r6460 102 102 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 103 103 </div> 104 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?>" /> < ?php _e( 'or press esc to cancel.', 'buddypress' ); ?>104 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?>" /> <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a> 105 105 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> 106 106 </div>
Note: See TracChangeset
for help on using the changeset viewer.