Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/20/2011 08:52:00 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Clean up @todo's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r2919 r2922  
    676676                    'post_type'   => bbp_get_reply_post_type(),
    677677                    'post_parent' => $destination_topic->ID,
    678                     'guid'        => ''     // @todo Make this work somehow
     678                    'guid'        => ''
    679679                );
    680680
     
    826826                        'post_type'   => bbp_get_topic_post_type(),
    827827                        'post_parent' => $source_topic->post_parent,
    828                         'guid'        => ''     // @todo Make this work somehow
     828                        'guid'        => ''
    829829                    );
    830830
Note: See TracChangeset for help on using the changeset viewer.