CRM-15578 - Mailing.create API - Set defaults that match UX
[civicrm-core.git] / api / v3 / Website.php
index ca4f07606c6459ec586b47c539c4a82004d9c1f3..8ce2cfc0b2b7826c003b31499ce38000dde36c1a 100644 (file)
  */
 
 /**
- * File for the CiviCRM APIv3 website functions
+ * This api exposes CiviCRM website records.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_Website
- *
- * @copyright CiviCRM LLC (c) 2004-2014
- * @version $Id: Website.php 2011-03-16 ErikHommel $
  */
 
 /**
@@ -59,7 +55,7 @@ function civicrm_api3_website_create($params) {
  * The metadata is used for setting defaults, documentation & validation.
  *
  * @param array $params
- *   Array or parameters determined by getfields.
+ *   Array of parameters determined by getfields.
  */
 function _civicrm_api3_website_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;