Update docblocks
authorColeman Watts <coleman@civicrm.org>
Mon, 30 Nov 2015 02:13:57 +0000 (21:13 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 30 Nov 2015 02:15:20 +0000 (21:15 -0500)
CRM/Utils/System.php
CRM/Utils/System/Base.php

index 7bf8bcfe28b085a12401cf4fa05f6a7b1cc32f1b..057545cb89040ad7052d928f1f6f6a225a43f49a 100644 (file)
@@ -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.
index b79e51addc941bb38e930b7635967558374f30ec..292d18fa529f0eb49e62ef755fa841837ea34c04 100644 (file)
@@ -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