Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions i18n/miraheze/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
"miraheze-label-managewiki-mainpage-is-domain-root": "Make the main page of this wiki use the domain root?",
"miraheze-label-managewiki-mediawiki-version": "MediaWiki version",
"miraheze-label-managewiki-primary-domain": "Primary domain",
"miraheze-report": "Report this page",
"miraheze-donatepage": "m:Special:MyLanguage/Reporting wiki content",
"miraheze-requestfeatures": "Request features on a wiki",
"miraheze-requestwiki": "Request a wiki",
"miraheze-sidebar-donate": "Donate",
Expand Down
1 change: 1 addition & 0 deletions includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ public function onSkinAddFooterLinks( Skin $skin, string $key, array &$footerIte
if ( $key === 'places' ) {
$footerItems['termsofservice'] = $this->addFooterLink( $skin, 'termsofservice', 'termsofservicepage' );
$footerItems['donate'] = $this->addFooterLink( $skin, 'miraheze-donate', 'miraheze-donatepage' );
$footerItems['report'] = $this->addFooterLink( $skin, 'miraheze-report', 'miraheze-reportpage' );
}
}

Expand Down
Loading