summaryrefslogtreecommitdiff
path: root/modules/throttle.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-20 13:29:06 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-20 13:29:06 +0000
commit142dd6ba4302d360857d4c0af753caae43ddab0c (patch)
tree34de47ca33214c26f0f82ad4a1af93869c77b79b /modules/throttle.module
parent8145c7695c2889f9b812a433c519952edd39e833 (diff)
downloadbrdo-142dd6ba4302d360857d4c0af753caae43ddab0c.tar.gz
brdo-142dd6ba4302d360857d4c0af753caae43ddab0c.tar.bz2
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.
Diffstat (limited to 'modules/throttle.module')
-rw-r--r--modules/throttle.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index 78ace23a2..06dc19fef 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -83,7 +83,7 @@ function throttle_help($section = "admin/help#throttle") {
<p>Don't forget to <a href=\"%throttle-block-enable\">enable the block</a>.</p>
<h3>Permissions</h3>
<p>This module has one permission that needs to be configured in <a href=\"%permissions\">user permissions</a>.</p>
- <ul><li><i>access throttle block</i> - enable for user roles that get to view the throttle block.</li></ul>
+ <ul><li><em>access throttle block</em> - enable for user roles that get to view the throttle block.</li></ul>
<h3>For programmers: throttle_status()</h3>
<p>The function <code>throttle_status()</code> will return a number from 0 to 5. 0 means that there is no throttle enabled at this time. Each number above that is a progressively more throttled system... To disable a feature when a site first begins to get busy, disable it at a throttle of 2 or 3. To hold on to the bitter end, wait until 4 or 5.</p>
<p>To implement the throttle, you should do something like this: