jenkins-bot has submitted this change and it was merged.
Change subject: Remove deprecated Article::forUpdate()
......................................................................
Remove deprecated Article::forUpdate()
Was deprecated in 1.18. No uses found in core or Gerrit extensions.
Change-Id: I2e145c323f645f963c8e07e1c9f25de9d2839ad7
---
M RELEASE-NOTES-1.23
M includes/Article.php
2 files changed, 1 insertion(+), 8 deletions(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index dbe598c..fd76c82 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -208,6 +208,7 @@
* ApiBase::getValidNamespaces() (deprecated in 1.17)
* ApiMain::setCachePrivate() (deprecated in 1.17)
* ApiMain::setVaryCookie (deprecated in 1.17)
+* Article::forUpdate() (deprecated in 1.18)
* CategoryViewer::addSubcategory() (deprecated in 1.17)
* EditPage::spamPage() (deprecated since 1.17)
* Exif::getFormattedData() (deprecated in 1.18)
diff --git a/includes/Article.php b/includes/Article.php
index ce6407a..dc4198f 100644
--- a/includes/Article.php
+++ b/includes/Article.php
@@ -461,14 +461,6 @@
}
/**
- * No-op
- * @deprecated since 1.18
- */
- public function forUpdate() {
- wfDeprecated( __METHOD__, '1.18' );
- }
-
- /**
* Returns true if the currently-referenced revision is the current edit
* to this page (and it exists).
* @return bool
--
To view, visit https://gerrit.wikimedia.org/r/106908
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2e145c323f645f963c8e07e1c9f25de9d2839ad7
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits