Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/10/2014 11:07:52 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Missed a 'Reply To' reply title update. See r5490.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/functions.php

    r5491 r5492  
    13301330            wp_update_post( array(
    13311331                'ID'          => $reply->ID,
    1332                 'post_title'  => sprintf( __( 'Reply To: %s', 'bbpress' ), $destination_topic->post_title ),
     1332                'post_title'  => '',
    13331333                'post_name'   => false,
    13341334                'post_type'   => bbp_get_reply_post_type(),
Note: See TracChangeset for help on using the changeset viewer.