Changeset 1719:b8c48f380463 for admin/comment.php
- Timestamp:
- 09/04/13 14:57:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comment.php
r1553 r1719 26 26 $comment_spam_status = ''; 27 27 28 28 29 # Status combo 29 foreach ($core->blog->getAllCommentStatus() as $k => $v) { 30 $status_combo[$v] = (string) $k; 31 } 30 $status_combo = dcAdminCombos::getCommentStatusescombo(); 32 31 33 32 # Adding comment
Note: See TracChangeset
for help on using the changeset viewer.