IoannisKydonis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/264576

Change subject: In ParserOutput::hasCustomDataUpdates() TODO: remove in 1.26
......................................................................

In ParserOutput::hasCustomDataUpdates()
TODO: remove in 1.26

Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
---
M includes/parser/ParserOutput.php
1 file changed, 0 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/76/264576/1

diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php
index e4c287a..3a35e04 100644
--- a/includes/parser/ParserOutput.php
+++ b/includes/parser/ParserOutput.php
@@ -879,21 +879,6 @@
        }
 
        /**
-        * @deprecated since 1.25.
-        *
-        * @note Hard deprecation and removal without long deprecation period, 
since there are no
-        *       known users, but known conceptual issues.
-        *
-        * @todo remove in 1.26
-        *
-        * @return bool false (since 1.25)
-        */
-       public function hasCustomDataUpdates() {
-               wfDeprecated( __METHOD__, '1.25' );
-               return false;
-       }
-
-       /**
         * @deprecated since 1.25. Instead, store any relevant data using 
setExtensionData,
         *    and implement Content::getSecondaryDataUpdates() if possible, or 
use the
         *    'SecondaryDataUpdates' hook to construct the necessary update 
objects.

-- 
To view, visit https://gerrit.wikimedia.org/r/264576
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia198c3b5a55c794cfdd8a5e93521aff85468ff88
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to