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

Diff of /contributions/modules/bbcode_wysiwyg/bbcode_wysiwyg.module

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

revision 1.4.4.7, Tue Apr 29 04:03:50 2008 UTC revision 1.4.4.8, Tue Apr 29 04:09:59 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bbcode_wysiwyg.module,v 1.4.4.6 2008/04/14 18:40:02 jrbeeman Exp $  // $Id: bbcode_wysiwyg.module,v 1.4.4.7 2008/04/29 04:03:50 jrbeeman Exp $
3    
4  /**  /**
5   * Implementation of hook_perm().   * Implementation of hook_perm().
# Line 21  function bbcode_wysiwyg_menu($may_cache) Line 21  function bbcode_wysiwyg_menu($may_cache)
21      $items[] = array(      $items[] = array(
22        'path' => 'admin/settings/bbcode_wysiwyg',        'path' => 'admin/settings/bbcode_wysiwyg',
23        'title' => t('BBCode Formatting Bar'),        'title' => t('BBCode Formatting Bar'),
24          'description' => t('Visibility and button configuration for the BBCode Formatting Bar.'),
25        'callback' => 'drupal_get_form',        'callback' => 'drupal_get_form',
26        'callback arguments' => 'bbcode_wysiwyg_admin_settings',        'callback arguments' => 'bbcode_wysiwyg_admin_settings',
27        'type' => MENU_NORMAL_ITEM        'type' => MENU_NORMAL_ITEM

Legend:
Removed from v.1.4.4.7  
changed lines
  Added in v.1.4.4.8

  ViewVC Help
Powered by ViewVC 1.1.2