Changeset 4675 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 07/17/2011 10:26:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r4668 r4675 103 103 <textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input" name="ac_input_<?php bp_activity_id(); ?>"></textarea> 104 104 </div> 105 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?> →" /> <?php _e( 'or press esc to cancel.', 'buddypress' ); ?>105 <input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ); ?>" /> <?php _e( 'or press esc to cancel.', 'buddypress' ); ?> 106 106 <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> 107 107 </div>
Note: See TracChangeset
for help on using the changeset viewer.