Changeset 4059 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 07/05/2012 05:32:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r4042 r4059 2831 2831 2832 2832 // Topic is being permanently deleted, so its replies gotta go too 2833 // @todo remove meta query 2833 2834 if ( bbp_has_replies( array( 2834 2835 'post_type' => bbp_get_reply_post_type(), … … 2838 2839 'key' => '_bbp_topic_id', 2839 2840 'value' => $topic_id, 2841 'type' => 'numeric', 2840 2842 'compare' => '=' 2841 2843 ) ) … … 2875 2877 2876 2878 // Topic is being trashed, so its replies are trashed too 2879 // @todo remove meta query 2877 2880 if ( bbp_has_replies( array( 2878 2881 'post_type' => bbp_get_reply_post_type(), … … 2882 2885 'key' => '_bbp_topic_id', 2883 2886 'value' => $topic_id, 2887 'type' => 'numeric', 2884 2888 'compare' => '=' 2885 2889 ) )
Note: See TracChangeset
for help on using the changeset viewer.