Merge pull request #5485 from eileenmcnaughton/4.6
[civicrm-core.git] / CRM / Core / ClassLoader.php
index a85c973e2c55454a23d965987eee21b979c9d530..b68cc3d6b911cb3932c64623ecaec690fe05b8f0 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -101,6 +101,11 @@ class CRM_Core_ClassLoader {
     require_once "$civicrm_base_path/vendor/autoload.php";
   }
 
+  /**
+   * Initialize HTML purifier class.
+   *
+   * @param string $prepend
+   */
   public function initHtmlPurifier($prepend) {
     if (class_exists('HTMLPurifier_Bootstrap')) {
       // HTMLPurifier is already initialized, e.g. by the Drupal module.