Merge pull request #4087 from robinmitra/master
[civicrm-core.git] / api / v3 / ContributionPage.php
index bff43b90c470ad957e7aef5eebb4e1a30ee785e7..f5f58f3b7f3b5afdd62c8592eac89154668138cd 100644 (file)
@@ -84,11 +84,10 @@ function civicrm_api3_contribution_page_get($params) {
  * This method is used to delete any existing contribution_page. id of the group
  * to be deleted is required field in $params array
  *
- * @param array $params  (reference) array containing id of the group
+ * @param array $params array containing id of the group
  *                       to be deleted
  *
- * @return array  (referance) returns flag true if successfull, error
- *                message otherwise
+ * @return array API result Array
  * {@getfields contribution_page_delete}
  * @access public
  */
@@ -105,8 +104,7 @@ function civicrm_api3_contribution_page_delete($params) {
  * @param array $params  (reference) array containing id of the group
  *                       to be deleted
  *
- * @return array  (referance) returns flag true if successfull, error
- *                message otherwise
+ * @return array API result array
  * {@getfields contribution_page_delete}
  * @access public
  */