Changeset 4529 for trunk/includes/common/template-tags.php
- Timestamp:
- 11/27/2012 11:58:44 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4522 r4529 1503 1503 if ( bbp_is_reply_edit() ) : ?> 1504 1504 1505 <input type="hidden" name="bbp_reply_title" id="bbp_reply_title" value="<?php printf( __( 'Reply To: %s', 'bbpress' ), bbp_get_topic_title()); ?>" />1505 <input type="hidden" name="bbp_reply_title" id="bbp_reply_title" value="<?php bbp_reply_title(); ?>" /> 1506 1506 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php bbp_reply_id(); ?>" /> 1507 1507 <input type="hidden" name="action" id="bbp_post_action" value="bbp-edit-reply" />
Note: See TracChangeset
for help on using the changeset viewer.