Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/21/2011 07:22:23 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix missing hidden reply title field in bbp_reply_form_fields()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-general-template.php

    r3175 r3177  
    818818    if ( bbp_is_reply_edit() ) { ?>
    819819
    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" />
    822823
    823824        <?php
Note: See TracChangeset for help on using the changeset viewer.