Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/27/2012 11:58:44 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Replies:

  • When editing a reply, do not append "Reply To:"
  • Hat-tip netweb.
  • Fixes #2066 (trunk)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/template-tags.php

    r4522 r4529  
    15031503    if ( bbp_is_reply_edit() ) : ?>
    15041504
    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(); ?>" />
    15061506        <input type="hidden" name="bbp_reply_id"    id="bbp_reply_id"    value="<?php bbp_reply_id(); ?>" />
    15071507        <input type="hidden" name="action"          id="bbp_post_action" value="bbp-edit-reply" />
Note: See TracChangeset for help on using the changeset viewer.