CRM-16019 - Expose date/time format preferences to clientside
[civicrm-core.git] / api / v3 / MailingComponent.php
index 3ff4c9408568eb49e1eb6fb749352fecf372f5be..db953772ed44c1f112fe351f6f833bf0fb338611 100644 (file)
  */
 
 /**
- * This api exposes CiviCRM mailing_component.
+ * This api exposes CiviCRM MailingComponent.
  *
  * @package CiviCRM_APIv3
  */
 
 /**
- * Save a mailing_component.
+ * Save a MailingComponent.
  *
  * @param array $params
  *
@@ -45,7 +45,7 @@ function civicrm_api3_mailing_component_create($params) {
 }
 
 /**
- * Get a mailing_component.
+ * Get a MailingComponent.
  *
  * @param array $params
  *
@@ -57,7 +57,7 @@ function civicrm_api3_mailing_component_get($params) {
 }
 
 /**
- * Delete a mailing_component.
+ * Delete a MailingComponent.
  *
  * @param array $params
  *