Changeset 2922 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 02/20/2011 08:52:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r2919 r2922 676 676 'post_type' => bbp_get_reply_post_type(), 677 677 'post_parent' => $destination_topic->ID, 678 'guid' => '' // @todo Make this work somehow678 'guid' => '' 679 679 ); 680 680 … … 826 826 'post_type' => bbp_get_topic_post_type(), 827 827 'post_parent' => $source_topic->post_parent, 828 'guid' => '' // @todo Make this work somehow828 'guid' => '' 829 829 ); 830 830
Note: See TracChangeset
for help on using the changeset viewer.