Changeset 1128631
- Timestamp:
- 04/06/2015 11:30:40 AM (11 years ago)
- Location:
- comment-email-reply
- Files:
-
- 2 edited
-
tags/1.0.4/cer_plugin.php (modified) (1 diff)
-
trunk/cer_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-email-reply/tags/1.0.4/cer_plugin.php
r1128629 r1128631 38 38 function cer_comment_status_changed($comment_id, $comment_status) { 39 39 $comment_object = get_comment( $comment_id ); 40 if ($comment_ object->comment_approved == 1) {40 if ($comment_status == 'approve') { 41 41 cer_comment_notification($comment_object->comment_ID, $comment_object); 42 42 } -
comment-email-reply/trunk/cer_plugin.php
r1128629 r1128631 38 38 function cer_comment_status_changed($comment_id, $comment_status) { 39 39 $comment_object = get_comment( $comment_id ); 40 if ($comment_ object->comment_approved == 1) {40 if ($comment_status == 'approve') { 41 41 cer_comment_notification($comment_object->comment_ID, $comment_object); 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.