| 1 |
<?php |
<?php |
| 2 |
// $Id: fasttoggle.module,v 1.4.2.17 2008/02/26 22:17:24 timcn Exp $ |
// $Id: fasttoggle.module,v 1.4.2.18 2008/03/24 14:13:36 timcn Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 570 |
'node_sticky' => array(0 => t('make sticky'), 1 => t('make unsticky')), |
'node_sticky' => array(0 => t('make sticky'), 1 => t('make unsticky')), |
| 571 |
'node_promote' => array(0 => t('promote'), 1 => t('demote')), |
'node_promote' => array(0 => t('promote'), 1 => t('demote')), |
| 572 |
'comment_admin' => array(0 => t('lock comments'), 1 => t('unlock comments'), 2 => t('hide comments')), |
'comment_admin' => array(0 => t('lock comments'), 1 => t('unlock comments'), 2 => t('hide comments')), |
| 573 |
'user_status' => array(0 => t('activate'), 1 => t('unblock')), |
'user_status' => array(0 => t('unblock'), 1 => t('block')), |
| 574 |
'comment_status' => array(0 => t('unpublish'), 1 => t('publish')), |
'comment_status' => array(0 => t('unpublish'), 1 => t('publish')), |
| 575 |
); |
); |
| 576 |
break; |
break; |