Skip to content

Commit 56c1e1e

Browse files
committed
Setting some of the core addons to hidden for later.
1 parent de5553d commit 56c1e1e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

applications/vanilla/settings/about.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
'Author' => "Mark O'Sullivan",
1414
'AuthorEmail' => '[email protected]',
1515
'AuthorUrl' => 'http://markosullivan.ca',
16-
'License' => 'GPL v2'
16+
'License' => 'GPL v2',
17+
'Hidden' => TRUE
1718
);

plugins/GettingStarted/default.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
'Version' => '1',
88
'Author' => "Mark O'Sullivan",
99
'AuthorEmail' => '[email protected]',
10-
'AuthorUrl' => 'http://vanillaforums.com'
10+
'AuthorUrl' => 'http://vanillaforums.com',
11+
'Hidden' => TRUE
1112
);
1213

1314
class GettingStartedPlugin extends Gdn_Plugin {

plugins/HtmLawed/class.htmlawed.plugin.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
'HasLocale' => FALSE,
1818
'Author' => "Todd Burry",
1919
'AuthorEmail' => '[email protected]',
20-
'AuthorUrl' => 'http://vanillaforums.com/profile/todd'
20+
'AuthorUrl' => 'http://vanillaforums.com/profile/todd',
21+
'Hidden' => TRUE
2122
);
2223

2324
Gdn::FactoryInstall('HtmlFormatter', 'HTMLawedPlugin', __FILE__, Gdn::FactorySingleton);

0 commit comments

Comments
 (0)