From: Rotem Liss Date: Fri, 12 Oct 2007 07:11:09 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 1.31.0-rc.0~51160 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=80c6bc669d71fa728c4dfa0434749c36492b7dfe;p=lhc%2Fweb%2Fwiklou.git Fix comment. --- diff --git a/includes/Parser.php b/includes/Parser.php index 6a73d297fc..3815dcb4f2 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3471,7 +3471,7 @@ class Parser /** * This function accomplishes several tasks: * 1) Auto-number headings if that option is enabled - * 2) Add an [edit] link to sections for logged in users who have enabled the option + * 2) Add an [edit] link to sections for users who have enabled the option and can edit the page * 3) Add a Table of contents on the top for users who have enabled the option * 4) Auto-anchor headings *