Changeset 323:900c513ce571 for admin
- Timestamp:
- 06/01/11 16:03:38 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/services.php
r270 r323 133 133 $rsp->comment_ip($rs->comment_ip); 134 134 $rsp->comment_email($rs->comment_email); 135 # --BEHAVIOR-- adminAfterCommentDesc 136 $rsp->comment_spam_disp($core->callBehavior('adminAfterCommentDesc', $rs)); 135 $rsp->comment_spam_disp(dcAntispam::statusMessage($rs)); 137 136 } 138 137
Note: See TracChangeset
for help on using the changeset viewer.