Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -658,6 +658,8 @@ |
659 | 659 | |
660 | 660 | $sk =& $wgUser->getSkin(); |
661 | 661 | |
| 662 | + wfRunHooks( 'EditPage::showEditForm:initial', array( &$this ) ) ; |
| 663 | + |
662 | 664 | $wgOut->setRobotpolicy( 'noindex,nofollow' ); |
663 | 665 | |
664 | 666 | # Enabled article-related sidebar, toplinks, etc. |