| 1 |
<?php |
<?php |
| 2 |
// $Id: bbcode_wysiwyg.module,v 1.4 2007/02/01 23:59:58 mindless Exp $ |
// $Id: bbcode_wysiwyg.module,v 1.4.4.2 2007/11/16 17:59:56 jrbeeman Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_perm(). |
* Implementation of hook_perm(). |
| 135 |
|
|
| 136 |
if ($show && user_access('access bbcode formatting bar')) { |
if ($show && user_access('access bbcode formatting bar')) { |
| 137 |
bbcode_wysiwyg_add($is_node, $attachTo); |
bbcode_wysiwyg_add($is_node, $attachTo); |
|
dpm('Show bbcode formatting bar'); |
|
| 138 |
} |
} |
| 139 |
} |
} |
| 140 |
|
|