Index: trunk/extensions/CommentPages/CommentPages.php |
— | — | @@ -18,6 +18,11 @@ |
19 | 19 | $wgExtensionMessagesFiles['CommentPages'] = dirname(__FILE__) . '/CommentPages.i18n.php'; |
20 | 20 | $wgHooks['SkinTemplateTabs'][] = 'wfCommentPagesSkinTemplateTabs'; |
21 | 21 | |
| 22 | +/** |
| 23 | + * Namespace to use for comments |
| 24 | + */ |
| 25 | +$wgCommentPagesNS = 100; |
| 26 | + |
22 | 27 | function wfCommentPagesSkinTemplateTabs ( &$skin, &$content_actions ) |
23 | 28 | { |
24 | 29 | global $wgContLang, $wgCommentPagesNS; |