From 2fffe38c911f402f15f12328ab121dcf5d4ecf2f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sun, 27 Jun 2010 17:51:48 +0000 Subject: [PATCH] * Include license output in plugin listing (onli) --- docs/NEWS | 2 ++ include/admin/plugins.inc.php | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index b9ae060f..793f97ea 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,8 @@ Version 1.6 () ------------------------------------------------------------------------ + * Include license output in plugin listing (onli) + * Fix karma rating plugin missing the text translation for a specific point area diff --git a/include/admin/plugins.inc.php b/include/admin/plugins.inc.php index e3532060..8d48027b 100644 --- a/include/admin/plugins.inc.php +++ b/include/admin/plugins.inc.php @@ -73,6 +73,7 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) { $name = htmlspecialchars($bag->get('name')); $desc = htmlspecialchars($bag->get('description')); + $license = htmlspecialchars($bag->get('license')); $documentation = $bag->get('website'); @@ -169,6 +170,11 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) { ?> + '.MEDIA_PROPERTY_COPYRIGHT.''.$license.''; + } + ?>