comment fixes
[civicrm-core.git] / CRM / Contact / Page / Task.php
index cbdb4b7bcb5f055bfed34f8ae0e548dda2117f6c..7b740caa588dc10c96aabb2058aaeaf93dfed9cb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
  * This is a dummy class that does nothing at the moment.
- * the template is used primarily for displaying result page
+ *
+ * The template is used primarily for displaying result page
  * of tasks performed on contacts. Contacts are searched/selected
  * and then subjected to Tasks/Actions.
- *
  */
 class CRM_Contact_Page_Task extends CRM_Core_Page {