Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/231058
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiquidThreads refs/changes/58/231058/1 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: newchange Gerrit-Change-Id: I389af5737285a60c0bd8465947ea7e9d44b67b28 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LiquidThreads Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
