formatting & comment fixes
[civicrm-core.git] / api / v3 / ContributionPage.php
index 3875008f11ad38c379019d778df0e8fbd722348b..59c27c499dd000c96c322e9e4159b36531da4fbf 100644 (file)
@@ -2,9 +2,9 @@
 /*
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -64,11 +64,9 @@ function _civicrm_api3_contribution_page_create_spec(&$params) {
 /**
  * Returns array of contribution_pages  matching a set of one or more group properties
  *
- * @param array $params  (referance) Array of one or more valid
- *                       property_name=>value pairs. If $params is set
- *                       as null, all contribution_pages will be returned
+ * @param array $params Array of one or more valid property_name=>value pairs.
  *
- * @return array  (referance) Array of matching contribution_pages
+ * @return array API Result array Array of matching contribution_pages
  * {@getfields contribution_page_get}
  * @access public
  */