Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit da68010

Browse files
committed
Removed call for ap_get_comments_subscribers_data
1 parent faab222 commit da68010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

anspress_email.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ public function new_comment($comment) {
545545

546546
$this->emails = array();
547547

548-
$subscribers = ap_get_comments_subscribers_data( $post_id );
549-
550548
$subscribe_type = $post->post_type == 'answer' ? 'a_all' : 'q_post';
551549

552550
$subscribers = ap_get_subscribers( $post_id, $subscribe_type, 100, true );

0 commit comments

Comments
 (0)