diff options
author | Brion Vibber <brion@users.mediawiki.org> | 2004-12-10 05:02:23 +0000 |
---|---|---|
committer | Brion Vibber <brion@users.mediawiki.org> | 2004-12-10 05:02:23 +0000 |
commit | 1753353797a85d149d3fdaab7c75bac18f889723 (patch) | |
tree | 38f146d751a61872aa7ae64e66e5366c841285f9 /index.php | |
parent | 28de6d99d21c90d554345f64650d95d62bbc8fea (diff) | |
download | mediawikicore-1753353797a85d149d3fdaab7c75bac18f889723.tar.gz mediawikicore-1753353797a85d149d3fdaab7c75bac18f889723.zip |
Revert unauthorized changes made without discussion of outstanding objections.
Please rework this as an extension.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6601
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php index 6196acae58b7..5486408c2ebe 100644 --- a/index.php +++ b/index.php @@ -171,11 +171,6 @@ if( !is_null( $search ) && $search !== '' ) { $raw = new RawPage( $wgArticle ); $raw->view(); break; - case "editcomment": - require_once( "includes/EditComment.php" ); - $ecom = new EditComment( $wgArticle, $action ); - $ecom->process(); - break; case "purge": wfPurgeSquidServers(array($wgTitle->getInternalURL())); $wgOut->setSquidMaxage( $wgSquidMaxage ); |