Merge pull request #4772 from jitendrapurohit/CRM-15750
[civicrm-core.git] / CRM / Core / Form / Tag.php
index bcb1dab5b52955abdd6964370aeac0e9c0e467ac..05731dff180fc1425a89acaa1582df8aa3b7b3db 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -41,7 +41,7 @@ class CRM_Core_Form_Tag {
   public $_entityTagValues;
 
   /**
-   * build tag widget if correct parent is passed
+   * Build tag widget if correct parent is passed
    *
    * @param CRM_Core_Form $form form object
    * @param string $parentNames parent name ( tag name)
@@ -116,7 +116,7 @@ class CRM_Core_Form_Tag {
   }
 
   /**
-   * save entity tags when it is not save used AJAX
+   * Save entity tags when it is not save used AJAX
    *
    * @param array   $params      associated array
    * @param int     $entityId    entity id, eg: contact id, activity id, case id, file id