/[drupal]/contributions/modules/fasttoggle/fasttoggle.module
ViewVC logotype

Diff of /contributions/modules/fasttoggle/fasttoggle.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4.2.18, Mon Mar 24 14:13:36 2008 UTC revision 1.4.2.19, Sat Nov 8 10:03:09 2008 UTC
# Line 1  Line 1 
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
# Line 570  function fasttoggle_fasttoggle_labels($s Line 570  function fasttoggle_fasttoggle_labels($s
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;

Legend:
Removed from v.1.4.2.18  
changed lines
  Added in v.1.4.2.19

  ViewVC Help
Powered by ViewVC 1.1.2