From 58ca56ac72724ed86690cbb75f91cdde8f5b2737 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 7 Dec 2011 23:36:08 +0100 Subject: UNTESTED: Plugin API finished. --- ratatoeskr/sys/textprocessors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr/sys/textprocessors.php') 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. */ -- cgit v1.2.3-54-g00ecf