From: Coleman Watts Date: Mon, 30 Nov 2015 02:13:57 +0000 (-0500) Subject: Update docblocks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f77dfbae550e51b1ffe782d7481e3a860b72d88a;p=civicrm-core.git Update docblocks --- 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