From b1f65922a399cbd82e14dd6a4aff60f3000d2db0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 19 Jul 2009 05:34:52 +0000 Subject: [PATCH] #523542 by tgeller: Fix link in filter help text. --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 7896187e92c..00c4b556846 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -30,7 +30,7 @@ function filter_help($path, $arg) { $output .= '

' . t('Since text formats, if available, are presented in the same order as the list below, it may be helpful to arrange the formats in descending order of your preference for their use. To change the order of an text format, grab a drag-and-drop handle under the Name column and drag to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save changes button at the bottom of the page.') . '

'; return $output; case 'admin/settings/formats/%': - return '

' . t('Every filter performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this format. If you notice some filters are causing conflicts in the output, you can rearrange them.', array('@rearrange' => url('admin/settings/filter/' . $arg[3] . '/order'))) . '

'; + return '

' . t('Every filter performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this format. If you notice some filters are causing conflicts in the output, you can rearrange them.', array('@rearrange' => url('admin/settings/formats/' . $arg[3] . '/order'))) . '

'; case 'admin/settings/formats/%/configure': return '

' . t('If you cannot find the settings for a certain filter, make sure you have enabled it on the edit tab first.', array('@url' => url('admin/settings/formats/' . $arg[3]))) . '

'; case 'admin/settings/formats/%/order':