From 60ce157be715037c38e2f2a8712fb35cd6fb960b Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Sun, 11 Dec 2005 11:20:12 +0000 Subject: [PATCH] New hook --- includes/EditPage.php | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.20.1