Revision db2d93dd
Added by Benjamin Luce over 9 years ago
drupal7/modules/filter/filter.module | ||
---|---|---|
340 | 340 |
function filter_permission() { |
341 | 341 |
$perms['administer filters'] = array( |
342 | 342 |
'title' => t('Administer text formats and filters'), |
343 |
'description' => t('Define how text is handled by combining filters into <a href="@url">text formats</a>.', array('@url' => url('admin/config/content/formats'))), |
|
343 | 344 |
'restrict access' => TRUE, |
344 | 345 |
); |
345 | 346 |
|
Also available in: Unified diff
Update to 7.37