From f77dfbae550e51b1ffe782d7481e3a860b72d88a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 29 Nov 2015 21:13:57 -0500 Subject: [PATCH] Update docblocks --- CRM/Utils/System.php | 4 +++- CRM/Utils/System/Base.php | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index 7bf8bcfe28..057545cb89 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -250,10 +250,12 @@ class CRM_Utils_System { * outside the site, such as in an RSS feed. * @param string $fragment * A fragment identifier (named anchor) to append to the link. - * * @param bool $htmlize + * Whether to encode special html characters such as &. * @param bool $frontend + * This link should be to the CMS front end (applies to WP & Joomla). * @param bool $forceBackend + * This link should be to the CMS back end (applies to WP & Joomla). * * @return string * An HTML string containing a link to the given path. diff --git a/CRM/Utils/System/Base.php b/CRM/Utils/System/Base.php index b79e51addc..292d18fa52 100644 --- a/CRM/Utils/System/Base.php +++ b/CRM/Utils/System/Base.php @@ -118,8 +118,6 @@ abstract class CRM_Utils_System_Base { * Useful for links that will be displayed outside the site, such as in an RSS feed. * @param string $fragment * A fragment identifier (named anchor) to append to the link. - * @param bool $htmlize - * Whether to encode special html characters such as &. * @param bool $frontend * This link should be to the CMS front end (applies to WP & Joomla). * @param bool $forceBackend -- 2.25.1