aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/textprocessors.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-12-07 23:36:08 +0100
committerKevin Chabowski <kevin@kch42.de>2011-12-07 23:36:08 +0100
commit58ca56ac72724ed86690cbb75f91cdde8f5b2737 (patch)
treebf834eb9c4efd554f754d24f0ff5fdf6eb7a2717 /ratatoeskr/sys/textprocessors.php
parent1de5c5c1a8d64123444b1f38b5c5a57ba5b92436 (diff)
downloadratatoeskr-cms-58ca56ac72724ed86690cbb75f91cdde8f5b2737.tar.gz
ratatoeskr-cms-58ca56ac72724ed86690cbb75f91cdde8f5b2737.tar.bz2
ratatoeskr-cms-58ca56ac72724ed86690cbb75f91cdde8f5b2737.zip
UNTESTED: Plugin API finished.
Diffstat (limited to 'ratatoeskr/sys/textprocessors.php')
-rw-r--r--ratatoeskr/sys/textprocessors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/textprocessors.php b/ratatoeskr/sys/textprocessors.php
index 3e67b01..08ea25c 100644
--- a/ratatoeskr/sys/textprocessors.php
+++ b/ratatoeskr/sys/textprocessors.php
@@ -17,7 +17,7 @@ require_once(dirname(__FILE__) . "/utils.php");
* Register a textprocessor.
*
* Parameters:
- * $namen - The name of the textprocessor
+ * $name - The name of the textprocessor
* $fx - The textprocessor function (function($input), returns HTML)
* $visible_in_backend - Should this textprocessor be visible in the backend? Defaults to True.
*/