From d97acf8b0588237a207ccb7cee81642179c541d7 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 10 Feb 2016 10:44:58 +0100 Subject: [PATCH] remove RQ, see commit and cooments 1c1c11f31fd31b54ae98f2921f8411208704c9e5#commitcomment-15999285 --- include/functions_entries.inc.php | 2 +- include/plugin_api.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions_entries.inc.php b/include/functions_entries.inc.php index ebab711f..469b1682 100644 --- a/include/functions_entries.inc.php +++ b/include/functions_entries.inc.php @@ -522,7 +522,7 @@ function serendipity_fetchEntryData(&$ret) { * @access public * @param string The column to compare $val against (like 'id') * @param string The value of the colum $key to compare with (like '4711') - * @param boolean Indicates if the full entry will be fetched (body+extended: TRUE), or only the body (FALSE). RQ: WHY Isn't $full parameter used at all??? + * @param boolean Indicates if the full entry will be fetched (body+extended: TRUE), or only the body (FALSE). (Unused, keep for compat.) * @param string Indicates whether drafts should be fetched * @return */ diff --git a/include/plugin_api.inc.php b/include/plugin_api.inc.php index 02e0b5e2..bb50dd79 100644 --- a/include/plugin_api.inc.php +++ b/include/plugin_api.inc.php @@ -547,7 +547,7 @@ class serendipity_plugin_api * * @access public * @param string The ID of a plugin - * @param boolean If true, the plugin is a internal plugin (prefixed with '@') RQ: with 2.0+ obsolet?! + * @param boolean If true, the plugin is a internal plugin (prefixed with '@'). (Unused, keep for compat.) * @return string The classname of the plugin */ static function getClassByInstanceID($instance_id, &$is_internal)