diff --git a/serendipity_plugin_topreferrers/serendipity_plugin_topreferrers.php b/alpha/serendipity_plugin_topreferrers/serendipity_plugin_topreferrers.php similarity index 100% rename from serendipity_plugin_topreferrers/serendipity_plugin_topreferrers.php rename to alpha/serendipity_plugin_topreferrers/serendipity_plugin_topreferrers.php diff --git a/serendipity_plugin_topreferers/serendipity_plugin_topreferers.php b/serendipity_plugin_topreferers/serendipity_plugin_topreferers.php index a0d2db23..ae270b04 100644 --- a/serendipity_plugin_topreferers/serendipity_plugin_topreferers.php +++ b/serendipity_plugin_topreferers/serendipity_plugin_topreferers.php @@ -18,6 +18,7 @@ class serendipity_plugin_topreferers extends serendipity_plugin { function introspect(&$propbag) { $propbag->add('name', PLUGIN_TOPREFERERS_TITLE); $propbag->add('description', SHOWS_TOP_SITES); + $propbag->add('author', 'Serendipity Team'); $propbag->add('configuration', array('title', 'limit', 'daylimit', 'use_links', 'filter_out')); $propbag->add('requirements', array( 'serendipity' => '0.7', @@ -158,4 +159,4 @@ function displayTopUrlList($list, $limit, $use_links = true, $filter_out = "", $ } /* vim: set sts=4 ts=4 expandtab : */ -?> \ No newline at end of file +?>