diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
commit | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch) | |
tree | 46d1a0dee7febef5c2d57a9f7b972be16a163b3d /includes/ExternalEdit.php | |
parent | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff) |
update to MediaWiki 1.17.0
Diffstat (limited to 'includes/ExternalEdit.php')
-rw-r--r-- | includes/ExternalEdit.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/includes/ExternalEdit.php b/includes/ExternalEdit.php index 1c58f442..7109c1ac 100644 --- a/includes/ExternalEdit.php +++ b/includes/ExternalEdit.php @@ -1,7 +1,10 @@ <?php /** + * External editors support + * * License: Public domain * + * @file * @author Erik Moeller <moeller@scireview.de> */ @@ -15,7 +18,6 @@ * and save the modified data back to the server. * */ - class ExternalEdit { function __construct( $article, $mode ) { @@ -51,6 +53,11 @@ class ExternalEdit { } $special=$wgLang->getNsText(NS_SPECIAL); $control = <<<CONTROL +; You're seeing this file because you're using Mediawiki's External Editor +; feature. This is probably because you selected use external editor +; in your preferences. To edit normally, either disable that preference +; or go to the URL $url . +; See http://www.mediawiki.org/wiki/Manual:External_editors for details. [Process] Type=$type Engine=MediaWiki |