Merge pull request #4771 from pratikshad/CRM-15409
[civicrm-core.git] / CRM / Member / Task.php
index c5e15a252ab12076e20df79d5c3ddc312862347f..5763e7813bf6084fd3a8e0946a391e58af80bfa6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -43,7 +43,7 @@ class CRM_Member_Task {
   CONST DELETE_MEMBERS = 1, PRINT_MEMBERS = 2, EXPORT_MEMBERS = 3, EMAIL_CONTACTS = 4, BATCH_MEMBERS = 5;
 
   /**
-   * the task array
+   * The task array
    *
    * @var array
    * @static
@@ -51,7 +51,7 @@ class CRM_Member_Task {
   static $_tasks = NULL;
 
   /**
-   * the optional task array
+   * The optional task array
    *
    * @var array
    * @static
@@ -146,7 +146,7 @@ class CRM_Member_Task {
   }
 
   /**
-   * show tasks selectively based on the permission level
+   * Show tasks selectively based on the permission level
    * of the user
    *
    * @param int $permission