Merge pull request #2210 from colemanw/4.4
[civicrm-core.git] / CRM / Contribute / Info.php
index f1e46478c3c87074afb73ae6c91e29b4fa84ca3e..4b58dd79acbbe16ae6e67f4ffbcf997b251d24da 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -82,7 +82,8 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
 
   // docs inherited from interface
   public function registerAdvancedSearchPane() {
-    return array('title' => ts('Contributions'),
+    return array(
+      'title' => ts('Contributions'),
       'weight' => 20,
     );
   }
@@ -110,7 +111,7 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
               'query' => "reset=1&action=add&context=standalone&mode=live",
               'ref' => 'new-contribution-cc',
               'title' => $title,
-            )));        
+            )));
       }
     }
   }