EditPage: Remove isOouiEnabled(), deprecated since MW 1.30
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 5 Sep 2017 17:52:41 +0000 (19:52 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 27 Apr 2018 22:01:19 +0000 (22:01 +0000)
Change-Id: I0ca2960ca4da5f7ec5acb254b30254809857bafa

RELEASE-NOTES-1.32
includes/EditPage.php

index 366182b..3900426 100644 (file)
@@ -58,6 +58,7 @@ changes to languages because of Phabricator reports.
   removed (deprecated in 1.31).
 * The EDIT_TOKEN_SUFFIX constant was removed (deprecated in 1.27).
   Use MediaWiki\Session\Token::SUFFIX instead.
+* EditPage::isOouiEnabled(), deprecated in 1.30, was removed.
 
 === Deprecations in 1.32 ===
 * Use of a StartProfiler.php file is deprecated in favour of placing
index fcf3d49..4f6b7b4 100644 (file)
@@ -504,16 +504,6 @@ class EditPage {
                }
        }
 
-       /**
-        * Check if the edit page is using OOUI controls
-        * @return bool Always true
-        * @deprecated since 1.30
-        */
-       public function isOouiEnabled() {
-               wfDeprecated( __METHOD__, '1.30' );
-               return true;
-       }
-
        /**
         * Returns if the given content model is editable.
         *