Skip to content

Commit

Permalink
add plugin_subscribe to the bundled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbrunker committed Jun 21, 2020
1 parent 4ccfe04 commit 6add1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/plugin_api.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'serendipity_plugin_plug',
'serendipity_plugin_recententries',
'serendipity_plugin_remoterss',
'serendipity_plugin_subscribe',
'serendipity_plugin_superuser',
'serendipity_plugin_syndication',
'serendipity_plugin_templatedropdown'
Expand Down Expand Up @@ -172,6 +173,7 @@ static function register_default_plugins()
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_archives');
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_categories');
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_syndication');
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_subscribe');
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_superuser');
serendipity_plugin_api::create_plugin_instance('@serendipity_plugin_plug');

Expand Down

0 comments on commit 6add1d3

Please sign in to comment.