Changeset 5036 for trunk/includes/replies/functions.php
- Timestamp:
- 07/16/2013 07:36:05 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/functions.php
r5021 r5036 1299 1299 // Update the reply 1300 1300 wp_update_post( array( 1301 'ID' => $move_reply->ID,1302 'post_title' => sprintf( __( 'Reply To: %s', 'bbpress' ), $destination_topic->post_title ),1303 'post_name' => false, // will be automatically generated1304 'post_parent' => $destination_topic->ID,1305 ' post_position'=> $reply_position,1306 'guid' => ''1301 'ID' => $move_reply->ID, 1302 'post_title' => sprintf( __( 'Reply To: %s', 'bbpress' ), $destination_topic->post_title ), 1303 'post_name' => false, // will be automatically generated 1304 'post_parent' => $destination_topic->ID, 1305 'menu_order' => $reply_position, 1306 'guid' => '' 1307 1307 ) ); 1308 1308
Note: See TracChangeset
for help on using the changeset viewer.