Changeset 3177 for branches/plugin/bbp-includes/bbp-general-template.php
- Timestamp:
- 05/21/2011 07:22:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-general-template.php
r3175 r3177 818 818 if ( bbp_is_reply_edit() ) { ?> 819 819 820 <input type="hidden" name="action" id="bbp_post_action" value="bbp-edit-reply" /> 821 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php bbp_reply_id(); ?>" /> 820 <input type="hidden" name="bbp_reply_title" id="bbp_reply_title" value="<?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title() ); ?>" /> 821 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php bbp_reply_id(); ?>" /> 822 <input type="hidden" name="action" id="bbp_post_action" value="bbp-edit-reply" /> 822 823 823 824 <?php
Note: See TracChangeset
for help on using the changeset viewer.