r100685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100684‎ | r100685 | r100686 >
Date:09:41, 25 October 2011
Author:hashar
Status:ok
Tags:
Comment:
Document onEditFilterMerged with hook doc
Modified paths:
  • /trunk/extensions/AbuseFilter/AbuseFilter.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/AbuseFilter.hooks.php
@@ -8,10 +8,12 @@
99 // Hooray!
1010
1111 /**
12 - * @param $editor
13 - * @param $text
14 - * @param $error
15 - * @param $summary
 12+ * Entry points for MediaWiki hook 'EditFilterMerged'
 13+ *
 14+ * @param $editor EditPage instance (object)
 15+ * @param $text Content of the edit box
 16+ * @param &$error Error message to return
 17+ * @param $summary Edit summary for page
1618 * @return bool
1719 */
1820 public static function onEditFilterMerged( $editor, $text, &$error, $summary ) {

Status & tagging log