summaryrefslogtreecommitdiff
path: root/modules/help/help.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-10 06:32:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-10 06:32:54 +0000
commit82b51dff1d2fd90b439129c70b415d30a06d1bce (patch)
treeedfb79ed032aef5da4daeacac0800dc79f0ac73f /modules/help/help.api.php
parentd481f1cd364de615d274c2ccde68e37126f1959e (diff)
downloadbrdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.gz
brdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.bz2
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.
Diffstat (limited to 'modules/help/help.api.php')
-rw-r--r--modules/help/help.api.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/help/help.api.php b/modules/help/help.api.php
index 17962a63a..7c7f05cf8 100644
--- a/modules/help/help.api.php
+++ b/modules/help/help.api.php
@@ -46,7 +46,7 @@
* $output .= 'A role defines a group of users that have certain
* privileges as defined in %permission.';
* $output = t($output, array('%permission' => l(t('user permissions'),
- * 'admin/settings/permission')));
+ * 'admin/config/people/permissions')));
*
* For a detailed usage example, see page_example.module.
*/
@@ -57,8 +57,7 @@ function hook_help($path, $arg) {
case 'admin/structure/block':
return t('<p>Blocks are boxes of content that may be rendered into certain regions of your web pages, for example, into sidebars. They are usually generated automatically by modules, but administrators can create blocks manually.</p>
-<p>If you want certain blocks to disable themselves temporarily during high server loads, check the "Throttle" box. You can configure the auto-throttle on the <a href="@throttle">throttle configuration page</a> after having enabled the throttle module.</p>
-<p>You can configure the behavior of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.</p>', array('@throttle' => url('admin/settings/throttle')));
+<p>You can configure the behavior of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.</p>');
}
}