How to change lock comments / hide comments array?
-Shaman- - March 17, 2009 - 15:11
| Project: | Fasttoggle |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi
I want to change array of those functions for now as default appears "hide comments", and you need click again to "lock comments", which is bad, because in my case I'm not using hide comments function at all, how can I change order of those functions (or remove "hide comments" completely).
I tried change this line, but it's changing only labels not functions
'comment_admin' => array(0 => t('lock comments'), 1 => t('unlock comments'), 2 => t('hide comments')),
#1