jenkins-bot has submitted this change and it was merged. Change subject: Remove $wgPageProps ......................................................................
Remove $wgPageProps This was removed in MediaWiki 1.17. Please see https://www.mediawiki.org/wiki/Manual:$wgPageProps Change-Id: I389af5737285a60c0bd8465947ea7e9d44b67b28 --- M LiquidThreads.php 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Alex Monk: Looks good to me, approved jenkins-bot: Verified diff --git a/LiquidThreads.php b/LiquidThreads.php index 6575683..ba428c0 100644 --- a/LiquidThreads.php +++ b/LiquidThreads.php @@ -279,8 +279,6 @@ $wgAvailableRights[] = 'lqt-merge'; $wgAvailableRights[] = 'lqt-react'; -$wgPageProps['use-liquid-threads'] = 'Whether or not the page enabled or disabled LiquidThreads through a parser function'; - /* Allows activation of LiquidThreads on individual pages */ $wgLqtPages = array(); -- To view, visit https://gerrit.wikimedia.org/r/231058 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I389af5737285a60c0bd8465947ea7e9d44b67b28 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LiquidThreads Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
