Add deprecated comment to Article::doEdit()
[lhc/web/wiklou.git] / includes / page / Article.php
index ba0a484..6d370b0 100644 (file)
@@ -2109,6 +2109,8 @@ class Article implements Page {
        /**
         * Call to WikiPage function for backwards compatibility.
         * @see WikiPage::doEdit
+        *
+        * @deprecated since 1.21: use doEditContent() instead.
         */
        public function doEdit( $text, $summary, $flags = 0, $baseRevId = false, $user = null ) {
                ContentHandler::deprecated( __METHOD__, '1.21' );