Changeset 5490
- Timestamp:
- 09/10/2014 10:57:11 PM (11 years ago)
- Location:
- trunk/src/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/includes/replies/functions.php ¶
r5476 r5490 1368 1368 wp_update_post( array( 1369 1369 'ID' => $move_reply->ID, 1370 'post_title' => sprintf( __( 'Reply To: %s', 'bbpress' ), $destination_topic->post_title ),1370 'post_title' => '', 1371 1371 'post_name' => false, // will be automatically generated 1372 1372 'post_parent' => $destination_topic->ID, -
TabularUnified trunk/src/includes/topics/functions.php ¶
r5489 r5490 1695 1695 wp_update_post( array( 1696 1696 'ID' => $reply->ID, 1697 'post_title' => sprintf( __( 'Reply To: %s', 'bbpress' ), $destination_topic->post_title ),1697 'post_title' => '', 1698 1698 'post_name' => false, // will be automatically generated 1699 1699 'post_parent' => $destination_topic->ID,
Note: See TracChangeset
for help on using the changeset viewer.