ApiPageSet::finishPageSetGeneration() was removed
authorReedy <reedy@wikimedia.org>
Fri, 1 Apr 2016 19:41:59 +0000 (20:41 +0100)
committerFlorianschmidtwelzow <florian.schmidt.stargatewissen@gmail.com>
Fri, 1 Apr 2016 19:58:26 +0000 (19:58 +0000)
Bug:T122754
Change-Id: I106f37f5f83e30222a602d88704069ceccc91a29

RELEASE-NOTES-1.27
includes/api/ApiPageSet.php

index b3408f8..1d62877 100644 (file)
@@ -113,6 +113,7 @@ HHVM 3.1.
 * ApiMain::addModule() was removed (deprecated in 1.21).
 * ApiMain::addFormat() was removed (deprecated in 1.21).
 * ApiMain::getFormats() was removed (deprecated in 1.21).
+* ApiPageSet::finishPageSetGeneration() was removed (deprecated in 1.21).
 
 === New features in 1.27 ===
 * $wgDataCenterUpdateStickTTL was also added. This decides how long a user
index 6bab762..f278989 100644 (file)
@@ -747,14 +747,6 @@ class ApiPageSet extends ApiBase {
                }
        }
 
-       /**
-        * Do not use, does nothing, will be removed
-        * @deprecated since 1.21
-        */
-       public function finishPageSetGeneration() {
-               wfDeprecated( __METHOD__, '1.21' );
-       }
-
        /**
         * This method populates internal variables with page information
         * based on the given array of title strings.