Deprecate topreferrers plugin.

``serendipity_plugin_topreferrers`` was an
incomplete copy of the "real" plugin
``serendipity_plugin_topreferers``.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-04-27 17:18:12 +02:00
parent 532e1efd96
commit 101f1d4b88
2 changed files with 2 additions and 1 deletions

View file

@ -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 : */
?>
?>