From: Magnus Manske Date: Sun, 11 Dec 2005 11:20:12 +0000 (+0000) Subject: New hook X-Git-Tag: 1.6.0~968 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=60ce157be715037c38e2f2a8712fb35cd6fb960b;p=lhc%2Fweb%2Fwiklou.git New hook --- diff --git a/includes/EditPage.php b/includes/EditPage.php index d6d714d794..553c540d39 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -658,6 +658,8 @@ class EditPage { $sk =& $wgUser->getSkin(); + wfRunHooks( 'EditPage::showEditForm:initial', array( &$this ) ) ; + $wgOut->setRobotpolicy( 'noindex,nofollow' ); # Enabled article-related sidebar, toplinks, etc.