jenkins-bot has submitted this change and it was merged.

Change subject: Make SpecialModifyEntity::addCopyrightText private
......................................................................


Make SpecialModifyEntity::addCopyrightText private

Not used anywhere outside the class. Called from a private method.

Change-Id: I8c2cb86fcadcece8bc174b631b3453542c71ccd2
---
M repo/includes/specials/SpecialModifyEntity.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Adrian Lang: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/includes/specials/SpecialModifyEntity.php 
b/repo/includes/specials/SpecialModifyEntity.php
index adb4832..174d83e 100644
--- a/repo/includes/specials/SpecialModifyEntity.php
+++ b/repo/includes/specials/SpecialModifyEntity.php
@@ -131,7 +131,7 @@
        /**
         * @todo could factor this out into a special page form builder and 
renderer
         */
-       protected function addCopyrightText() {
+       private function addCopyrightText() {
                $copyrightView = new SpecialPageCopyrightView(
                        new CopyrightMessageBuilder(),
                        $this->rightsUrl,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8c2cb86fcadcece8bc174b631b3453542c71ccd2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Adrian Lang <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to